aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/static/directory_index
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/static/directory_index')
-rw-r--r--bn_django/templates/static/directory_index18
1 files changed, 0 insertions, 18 deletions
diff --git a/bn_django/templates/static/directory_index b/bn_django/templates/static/directory_index
deleted file mode 100644
index 61e7f02..0000000
--- a/bn_django/templates/static/directory_index
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}
-<h1>Index of /{{ directory }}</h1>
-{% endblock %}
-
-{% block content %}
-<br />
-<ul>
-{% for f in file_list %}
-<li><a href="{{ f }}">{{ f }}</a></li>
-{% endfor %}
-</ul>
-<br />
-<br />
-<br />
-
-{% endblock %}