diff --git a/djangodav/templates/djangodav/index.html b/djangodav/templates/djangodav/index.html index dbfb972..e08d66b 100644 --- a/djangodav/templates/djangodav/index.html +++ b/djangodav/templates/djangodav/index.html @@ -32,9 +32,9 @@

Index of {{ resource.get_displaypath }}

Last modified Size -
+
- Parent Directory + Parent Directory {% for child in resource.get_children %} @@ -44,7 +44,7 @@

Index of {{ resource.get_displaypath }}

{{ child.getcontentlength|filesizeformat }} {% endfor %} -
+

DjangoDav - https://github.com/meteozond/djangodav/