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/intro.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 testapp/templates/exam/intro.html (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html deleted file mode 100644 index ec1888a..0000000 --- a/testapp/templates/exam/intro.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Instructions and Rules {% endblock %} -{% block pagetitle %}Online Test {% endblock %} -{% block formtitle %}Important instructions & rules {% endblock %} -{% block content %} - - - -
Welcome {{user.first_name.title}} {{user.last_name.title}}, to the programming quiz!
-- This examination system has been developed with the intention of making you - learn programming and be assessed in an interactive and fun manner. - You will be presented with a series of programming questions and problems that - you will answer online and get immediate feedback for. -
-Here are some important instructions and rules that you should understand carefully.
-We hope you enjoy taking this exam !!!
- - -{% endblock content %} -- cgit