mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 21:48:02 +00:00
Show mail address of the user in the user prefs
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{% trans 'Account settings' %}</h1>
|
<h1>{% trans 'Account settings' %}</h1>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="id_email">{% trans 'Your email' %}:</label>
|
||||||
|
<input type="text" name="email" disabled class="form-control" value="{{ user.email }}" id="id_email" style="max-width:600px;">
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- TODO: Language stuff not yet fully implemented; Esp. translations are only half-way there
|
<!-- TODO: Language stuff not yet fully implemented; Esp. translations are only half-way there
|
||||||
|
|
||||||
<h2>{% trans 'Language' %}</h2>
|
<h2>{% trans 'Language' %}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user