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 %}