1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/templates/registration/registration_closed.jinja

7 lines
109 B
Text
Raw Normal View History

2021-10-15 21:47:49 +02:00
{% extends 'base.jinja' %}
{% block mainpage %}
<h1>{{ _("Registration closed") }}</h1>
{% endblock %}