From f025a9f65ecd76e4442ce62684218ecb81506c9b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Feb 2007 04:31:39 -0800 Subject: basic html design roughed in, django project run and admin started TODO: ie testing (ugh, fuck that) TODO: get photos section working TODO: ... etc --- bn_django/templates/static/directory_index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bn_django/templates/static/directory_index.html (limited to 'bn_django/templates/static') diff --git a/bn_django/templates/static/directory_index.html b/bn_django/templates/static/directory_index.html new file mode 100644 index 0000000..6df279d --- /dev/null +++ b/bn_django/templates/static/directory_index.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %} +

Index of {{ directory }}

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