{% extends "stiri/index_stiri.html" %} {% load i18n %} {% block extrastyle %}{% endblock %} {% block title %}{% trans "Schimbare parola" %}{% endblock %} {% block header_title %}{% trans "Schimbare parola" %}{% endblock %} {% block banda %} {% include "stiri/banda_simpla.html" %} {% endblock %} {% block content %}

Schimbare parola

Completati datele de mai jos.

{{ form.old_password }}{% if form.old_password.errors %}{{ form.old_password.html_error_list }}{% endif %}
{{ form.new_password1 }}{% if form.new_password1.errors %}{{ form.new_password1.html_error_list }}{% endif %}
{{ form.new_password2 }}{% if form.new_password2.errors %}{{ form.new_password2.html_error_list }}{% endif %}
{% endblock %}