update indenting for linter

This commit is contained in:
Hugh Rundle
2021-10-04 22:20:02 +11:00
parent 05969c5311
commit 3a90311129
11 changed files with 109 additions and 105 deletions

View File

@ -8,14 +8,14 @@
{% endblock %}
{% block modal-footer %}
<div >
{% csrf_token %}
<input type="hidden" name="id" value="{{ group.id }}">
<button class="button is-danger" type="submit">
{% trans "Delete" %}
</button>
{% trans "Cancel" as button_text %}
{% include 'snippets/toggle/toggle_button.html' with text=button_text controls_text="delete_list" controls_uid=list.id %}
</div>
<div>
{% csrf_token %}
<input type="hidden" name="id" value="{{ group.id }}">
<button class="button is-danger" type="submit">
{% trans "Delete" %}
</button>
{% trans "Cancel" as button_text %}
{% include 'snippets/toggle/toggle_button.html' with text=button_text controls_text="delete_list" controls_uid=list.id %}
</div>
{% endblock %}