From a181df791a7401e9f739d6bb5806cea8b1c19da6 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Sun, 12 Oct 2008 18:46:57 -0400 Subject: drop seeveral unnecessary templates --- templates/wiki/home.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 templates/wiki/home.html (limited to 'templates/wiki/home.html') diff --git a/templates/wiki/home.html b/templates/wiki/home.html deleted file mode 100644 index 6c0fb6e..0000000 --- a/templates/wiki/home.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base.html" %} -{% block content %} -
-

Wiki Index

-{% for page in pages %} -

{{ page.title }}

-{% endfor %} -
-{% endblock %} -- cgit v1.2.3-24-g4f1b