diff --git a/templates/user/storage.html b/templates/user/storage.html index c430b8a..d8872ec 100644 --- a/templates/user/storage.html +++ b/templates/user/storage.html @@ -3,36 +3,68 @@ {% block content %}
-

File Upload

-

- Warning: This will overwrite any files stored on the server with the same name. -

-
- - - -
+

Storage Index

+
+
+ + + + +
+
-

Storage Files

-{% for item in files %} -
-

- - {{item.name}} +

+ {% for item in files %} +
+ {{item.name}} + + {{entry.title}} {% if roles.administrator %} -
- - - + + + + +
-
- - + + +
{% endif %} -

+
+ {% endfor %}
-{% endfor %} {% endblock %}