Remove repeated disable button

pull/6257/head
jacobtoppm 2020-03-03 14:43:51 +00:00 zatwierdzone przez Matt Westcott
rodzic 4c4f03ff96
commit 2f4a09e2ef
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -34,9 +34,6 @@
<button type="submit" class="button action-save button-longrunning" data-clicked-text="{% trans 'Saving…' %}">
<span class="icon icon-spinner"></span><em>{% trans 'Save' %}</em>
</button>
{% if can_delete %}
<a href="{{ view.get_delete_url }}" class="button button-secondary no">{{ view.delete_item_label }}</a>
{% endif %}
</p>
</li>
</ul>