Drop phone number from the UI

It cannot be set with any tools currently, so we don’t need to
waste space on it.
This commit is contained in:
Jonas Schäfer
2021-01-27 15:01:14 +01:00
parent d8341455a2
commit d556034349
2 changed files with 0 additions and 8 deletions

View File

@@ -11,10 +11,6 @@
<dd>{{ target_user.localpart }}</dd>
<dt>{% trans %}Display name{% endtrans %}</dt>
<dd>{{ target_user.display_name }}</dd>
<dt>{% trans %}Email address{% endtrans %}</dt>
<dd>{{ target_user.email }}</dd>
<dt>{% trans %}Display name{% endtrans %}</dt>
<dd>{{ target_user.phone }}</dd>
</dl>
{% call box("alert", _("Danger")) %}
<p>{% trans %}The user and their data will be deleted irrevocably, permanently and immediately upon pushing the below button. <strong>There is no way back!</strong>{% endtrans %}</p>