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

9 lines
235 B
Text
Raw Normal View History

2021-10-15 21:47:49 +02:00
{% extends 'base.jinja' %}
{% load i18n %}
{% block mainpage %}
<h1>{% trans %}Activation failed{% endtrans %} </h1>
<p>{% trans %}Maybe this activation link has already been clicked before.{% endtrans %} </p>
{% endblock %}