forked from mirrors/bookwyrm
consistency in style for bulma
This commit is contained in:
parent
b0dc5f3f93
commit
224c7e4f0e
1 changed files with 6 additions and 4 deletions
|
@ -61,10 +61,12 @@
|
||||||
{% url 'directory' as path %}
|
{% 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>
|
<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>
|
||||||
<div>
|
<div class="block">
|
||||||
<label class="dropdown label" for="id_preferred_timezone">{% trans "Preferred Timezone: " %}</label>
|
<label class="label" for="id_preferred_timezone">{% trans "Preferred Timezone: " %}</label>
|
||||||
|
<div class="select">
|
||||||
{{ form.preferred_timezone }}
|
{{ form.preferred_timezone }}
|
||||||
</div>
|
</div>
|
||||||
<button class="button is-primary" type="submit">{% trans "Save" %}</button>
|
</div>
|
||||||
|
<div class="block"><button class="button is-primary" type="submit">{% trans "Save" %}</button></div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue