mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-18 22:26:34 +00:00
Smol fixes
This commit is contained in:
parent
7d1e4aebbc
commit
49c057625a
2 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@
|
||||||
</label>
|
</label>
|
||||||
{% include 'snippets/privacy_select.html' %}
|
{% include 'snippets/privacy_select.html' %}
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column has-text-right">
|
||||||
<button type="submit" class="button is-success">{% trans "Save" %}</button>
|
<button type="submit" class="button is-success">{% trans "Save" %}</button>
|
||||||
{% trans "Cancel" as button_text %}
|
{% trans "Cancel" as button_text %}
|
||||||
{% include 'snippets/toggle/close_button.html' with text=button_text controls_text="finish-reading" controls_uid=uuid %}
|
{% include 'snippets/toggle/close_button.html' with text=button_text controls_text="finish-reading" controls_uid=uuid %}
|
||||||
|
|
Loading…
Reference in a new issue