Commit 39378e56a6134f72de35c6fdf54013a730a2d61d
1 parent
8e1f46cc
komunikat po rejestracji
Showing
2 changed files
with
3 additions
and
8 deletions
accounts/templates/registration/password_change_done.html
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | {% load url from future %} |
4 | 4 | |
5 | 5 | {% block userlinks %}{% trans 'Change password' %} / |
6 | - <a href="{{ url 'auth_logout' }}">{% trans 'Log out' %}</a>{% endblock %} | |
6 | + <a href="{% url 'auth_logout' %}">{% trans 'Log out' %}</a>{% endblock %} | |
7 | 7 | |
8 | 8 | {% block title %}{% trans 'Password change successful' %}{% endblock %} |
9 | 9 | |
... | ... |
accounts/templates/registration/registration_complete.html
... | ... | @@ -2,11 +2,6 @@ |
2 | 2 | {% load i18n %} |
3 | 3 | |
4 | 4 | {% block content %} |
5 | - | |
6 | - {% blocktrans %} | |
7 | - <h1>Thank you</h1> | |
8 | - <p>An email has been sent to you. You need to click link in it to | |
9 | - activate your account.</p> | |
10 | - {% endblocktrans %} | |
11 | - | |
5 | + <h1>Rejestracja zakończona</h1> | |
6 | + <p>Pomyślnie dodano użytkownika, wysłano email.</p> | |
12 | 7 | {% endblock %} |
... | ... |