mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-29 02:54:49 +00:00
'can-disabled' is clearly a typo (see 09097f651e)
This commit is contained in:
parent
3734f1250e
commit
cd3552ef06
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</tr>
|
||||
{% endblock %}
|
||||
|
||||
{% block parent_page_row_classname %}{% if parent_page.can_choose %}can-disabled{% endif %}{% endblock %}
|
||||
{% block parent_page_row_classname %}{% if not parent_page.can_choose %}disabled{% endif %}{% endblock %}
|
||||
|
||||
{% block parent_page_title %}
|
||||
{% include "wagtailadmin/pages/listing/_page_title_choose.html" with page=parent_page %}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</tr>
|
||||
{% endblock %}
|
||||
|
||||
{% block parent_page_row_classname %}{% if parent_page.can_choose %}can-disabled{% endif %}{% endblock %}
|
||||
{% block parent_page_row_classname %}{% if not parent_page.can_choose %}disabled{% endif %}{% endblock %}
|
||||
|
||||
{% block parent_page_title %}
|
||||
{% include "wagtailadmin/pages/listing/_page_title_move.html" with page=parent_page %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue