mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 16:40:36 +00:00
Report modal
This commit is contained in:
parent
20453a9977
commit
d4be0ca58b
1 changed files with 4 additions and 4 deletions
|
@ -48,10 +48,10 @@
|
||||||
|
|
||||||
|
|
||||||
{% block modal-footer %}
|
{% block modal-footer %}
|
||||||
|
<div class="buttons is-right is-flex-grow-1">
|
||||||
<button class="button is-success" type="submit">{% trans "Submit" %}</button>
|
<button type="button" class="button" data-modal-close>{% trans "Cancel" %}</button>
|
||||||
<button type="button" class="button" data-modal-close>{% trans "Cancel" %}</button>
|
<button class="button is-success" type="submit">{% trans "Submit" %}</button>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block modal-form-close %}</form>{% endblock %}
|
{% block modal-form-close %}</form>{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue