Loading ivatar/ivataraccount/templates/preferences.html +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,11 @@ {% block content %} <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 <h2>{% trans 'Language' %}</h2> Loading Loading
ivatar/ivataraccount/templates/preferences.html +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,11 @@ {% block content %} <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 <h2>{% trans 'Language' %}</h2> Loading