diff --git a/gallery/templates/view_dir.html b/gallery/templates/view_dir.html index 840f687..36a93b7 100644 --- a/gallery/templates/view_dir.html +++ b/gallery/templates/view_dir.html @@ -51,6 +51,9 @@
Owner: {{ ldap.convert_uuid_to_displayname(child.author) }}
Date Created: {{ child.date() }}
{% elif child_type == "File" %} + {% if child.hidden %} + Hidden + {% endif %}{{ child.get_name() }}