357 Users set preferred timezone, used for readthroughs
This commit is contained in:
parent
ef057dd573
commit
b0dc5f3f93
17 changed files with 3029 additions and 616 deletions
|
@ -61,6 +61,10 @@
|
|||
{% url 'directory' as path %}
|
||||
<p class="help">{% blocktrans %}Your account will show up in the <a href="{{ path }}">directory</a>, and may be recommended to other BookWyrm users.{% endblocktrans %}</p>
|
||||
</div>
|
||||
<div>
|
||||
<label class="dropdown label" for="id_preferred_timezone">{% trans "Preferred Timezone: " %}</label>
|
||||
{{ form.preferred_timezone }}
|
||||
</div>
|
||||
<button class="button is-primary" type="submit">{% trans "Save" %}</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue