NDOJ/templates/registration/activate.html
2023-04-15 18:35:02 +07:00

4 lines
No EOL
135 B
HTML
Executable file

{% extends "base.html" %}
{% block body %}
<p>{{ _('%(key)s is an invalid activation key.', key=activation_key) }}</p>
{% endblock %}