Allow users to change their display name

Fixes #269
This commit is contained in:
rubenwardy
2021-02-25 23:25:33 +00:00
parent 96b5b4ea5b
commit dea5a52c86
11 changed files with 53 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}
Delete user {{ user.display_name }}
Delete user {{ user.username }}
{% endblock %}
{% block content %}