0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Remove page locked check from modeladmin edit template

This commit is contained in:
Karl Hobley 2019-10-28 11:19:14 +00:00
parent ed32bc8444
commit 52638a1a6c

View File

@ -5,7 +5,7 @@
{% block form_actions %}
<div class="dropdown dropup dropdown-button match-width">
<button type="submit" class="button action-save button-longrunning" data-clicked-text="{% trans 'Saving…' %}" {% if page_locked %}disabled {% endif %}>
<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>