2013-09-28 17:17:15 +02:00

8 lines
211 B
HTML

{% extends "registration/registration_base.html" %}
{% load i18n %}
{% block title %}{% trans "Password changed" %}{% endblock %}
{% block content %}
{% trans "Password successfully changed!" %}
{% endblock %}