{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans 'Password change' %}{% endblock %} {% block nav %} {% include "nav.html" with ls=ls season=season %} {% endblock %} {% block body %}
{% if form.errors %}

{% if form.errors.items|length == 1 %} {% trans "Please correct the error below." %}

{{ form.errors }} {% else %} {% trans "Please correct the errors below." %} {% endif %}

{% endif %}
{% if img %}

Profile Pic

{% endif %}
{% csrf_token %}
{% if img %}

Ändern: {% else %} {% endif %}
{{ user_form.first_name }}
{{ user_form.last_name }}
{{ user_form.email }}
{% if debug %}
{% for line in debug %}

{{ line }}

{% endfor %}
{% endif %}
{% endblock %}