diff options
Diffstat (limited to 'templates/admin/user_edit.html')
-rw-r--r-- | templates/admin/user_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/user_edit.html b/templates/admin/user_edit.html index b795848..45be8d9 100644 --- a/templates/admin/user_edit.html +++ b/templates/admin/user_edit.html @@ -1,6 +1,6 @@ {% extends "settings/base.html" %} -{% block subtitle %}{{ user.email }}{% endblock %} +{% block subtitle %}{{ editing_user.email }}{% endblock %} {% block content %} <h1>{{ editing_user.email }}</h1> |