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:
parent
ed32bc8444
commit
52638a1a6c
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user