diff --git a/bookwyrm/templates/preferences/edit_user.html b/bookwyrm/templates/preferences/edit_user.html index 1edde6e3..597a8ef0 100644 --- a/bookwyrm/templates/preferences/edit_user.html +++ b/bookwyrm/templates/preferences/edit_user.html @@ -61,10 +61,12 @@ {% url 'directory' as path %}

{% blocktrans %}Your account will show up in the directory, and may be recommended to other BookWyrm users.{% endblocktrans %}

-
- - {{ form.preferred_timezone }} +
+ +
+ {{ form.preferred_timezone }} +
- +
{% endblock %}