From b88372f0327976c31e6b508b26729bab60743f82 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 6 Feb 2007 23:34:08 -0800 Subject: photos app roughed in, style tweaked TODO: search code --- bn_django/templates/static/directory_index | 18 ++++++++++++++++++ bn_django/templates/static/directory_index.html | 13 ------------- 2 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 bn_django/templates/static/directory_index delete mode 100644 bn_django/templates/static/directory_index.html (limited to 'bn_django/templates/static') diff --git a/bn_django/templates/static/directory_index b/bn_django/templates/static/directory_index new file mode 100644 index 0000000..61e7f02 --- /dev/null +++ b/bn_django/templates/static/directory_index @@ -0,0 +1,18 @@ +{% extends "base.html" %} + +{% block title %} +

Index of /{{ directory }}

+{% endblock %} + +{% block content %} +
+ +
+
+
+ +{% endblock %} diff --git a/bn_django/templates/static/directory_index.html b/bn_django/templates/static/directory_index.html deleted file mode 100644 index 6df279d..0000000 --- a/bn_django/templates/static/directory_index.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -

Index of {{ directory }}

-{% endblock %} - -{% block content %} - -{% endblock %} -- cgit v1.2.3