1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-20 16:53:44 +02:00
RPGnotes/templates/registration/registration_complete.jinja

7 lines
111 B
Text
Raw Normal View History

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