{% extends "base.html" %} {% block content %}

Benutzerdetails editieren:

{% csrf_token %} Benutzername:
{{ user.username }} (not editable)

First Name:
{{ editform.firstname }} (optional)

Last Name:
{{ editform.lastname }} (optional)

EMail-Address:
{{ editform.email }} (optional)

Password:
{{ editform.password }}
Hint: Leave this field empty if you don't want to change your password.
{% endblock %}