~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/registration/password_reset_complete.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Password Reset - {{ block.super }}
10
10
{% endblock %}
11
11
 
12
 
{% block content %}
13
 
<h1>Password Reset</h1>
 
12
{% block content_header %}
 
13
    <h1>Password Reset</h1>
 
14
{% endblock %}
 
15
 
 
16
{% block content_main %}
14
17
<div class="blogEntry">
15
18
        <p>
16
19
                Your new password has been set. You may go ahead and <a href="{% url 'auth_login' %}">log in</a> now.