From 0143710e78ae01bae78a3b760fc8410bc86a3b2b Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 11 Jul 2014 14:14:19 +0530 Subject: Moved templates and static inside the app. --- testapp/templates/base.html | 46 --------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 testapp/templates/base.html (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html deleted file mode 100644 index 3dfbe10..0000000 --- a/testapp/templates/base.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - {% block title %} - {% endblock %} - - - {% block meta %} - - - - {% endblock %} - - - {% block css %} - {% endblock %} - - {% block script %} - {% endblock %} - - - -
-
- -
-
-

{% block formtitle %} {% endblock formtitle %}


- {% block content %} - {% endblock %} -
-
-
- -
- - - - -- cgit