From 240752f5ba615ad8a26c1350800d21a2cb3071fc Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 1 Sep 2019 23:21:59 -0500 Subject: [PATCH] remove old form in file_listing --- video_metadata/templates/file_listing/index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/video_metadata/templates/file_listing/index.html b/video_metadata/templates/file_listing/index.html index ec9f806..b6a94fe 100644 --- a/video_metadata/templates/file_listing/index.html +++ b/video_metadata/templates/file_listing/index.html @@ -11,17 +11,9 @@ {% if path.is_dir %} {{ path.base_name }} {% else %} - {# -
- {{ path.base_name }} - - - -
- #} {{ + }}&rel_path={{ path.rel_path }}">{{ path.base_name }} {% endif %} {% if path.contents %}