'can-disabled' is clearly a typo (see 09097f651e)

This commit is contained in:
Matt Westcott 2015-04-15 14:32:14 +01:00
parent 3734f1250e
commit cd3552ef06
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -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 %}