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 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bn_django/templates/static/directory_index (limited to 'bn_django/templates/static/directory_index') 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 %} -- cgit v1.2.3