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/base.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 templates/wiki/base.html (limited to 'templates/wiki/base.html') diff --git a/templates/wiki/base.html b/templates/wiki/base.html deleted file mode 100644 index 90d93156..00000000 --- a/templates/wiki/base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - -{% block title %}{% endblock %} - - -{% block content %} -

This is the base template. Extend it with the "extends" template tag.

-{% endblock %} - - \ No newline at end of file -- cgit v1.2.3-2-g168b