From f2fd0411887031473a65c8d0df6c45a9531139c3 Mon Sep 17 00:00:00 2001 From: Tobias Zanke Date: Mon, 15 May 2017 12:59:29 +0200 Subject: [PATCH] fix template colspan --- djangodav/templates/djangodav/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/