diff --git a/templates/user/pages.html b/templates/user/pages.html index 864d270..72e99c3 100644 --- a/templates/user/pages.html +++ b/templates/user/pages.html @@ -29,14 +29,16 @@ {% for page in pages %}
{{page}} - Edit {% if roles.administrator %} + Edit + {% ifequal page.can-delete 1 %}
- +
{% endif %} + {% endif %}
{% endfor %}