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/exam/login.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 testapp/templates/exam/login.html (limited to 'testapp/templates/exam/login.html') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html deleted file mode 100644 index 078e7a7..0000000 --- a/testapp/templates/exam/login.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Login{% endblock title %} -{% block pagetitle %} Online Test {% endblock %} -{% block formtitle %}Login{% endblock %} -{% block css %} - -{% endblock %} -{% block content %} - -
- {% csrf_token %} - -
- {{ form.as_table }} -
-
    
-
Forgot Password?

-
New User? Sign-Up
-
- -{% endblock content %} -- cgit