Commit aa056989 authored by Michal Čihař's avatar Michal Čihař

Some missing markup

parent c21f6860
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<b>{{ username }}</b>.{% endblocktrans %} <b>{{ username }}</b>.{% endblocktrans %}
</p> </p>
{% else %} {% else %}
<p>
{% url 'registration.views.register' as reg_url %} {% url 'registration.views.register' as reg_url %}
{% blocktrans count expiration_days as days %} {% blocktrans count expiration_days as days %}
Your account could not be activated. Your account could not be activated.
...@@ -25,6 +26,7 @@ ...@@ -25,6 +26,7 @@
If this is not the case, please contact the website administrator. If this is not the case, please contact the website administrator.
Otherwise, you may <a href="{{ reg_url }}">register again.</a> Otherwise, you may <a href="{{ reg_url }}">register again.</a>
{% endblocktrans %}. {% endblocktrans %}.
</p>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment