Anfänglicher Commit: Producion Version Stand: Oktober 2014
This commit is contained in:
9
templates/registration/password_change_done.html
Normal file
9
templates/registration/password_change_done.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans 'Password change successful' %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{% trans 'Password change successful' %}</h2>
|
||||
<p class="info">{% trans 'Your password was changed.' %}</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user