i18n-ed texts fix

This commit is contained in:
Serghei Mihai 2015-04-14 10:33:46 +02:00
parent c1942e762a
commit f50d35f16f
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
{% block content %}
<h2>{% trans "Successful registration" %}</h2>
<p>{% trans "You are now registered. Activation email sent." %}</p>
<p>{% trans "Thank you for registering. Activation email sent." %}</p>
<p><button type="button" onclick="location.href = '/'">{% trans "Back" %}</button></p>
{% endblock %}