From 861d2cc5e36835f60bace61a919e73b4bd27274b Mon Sep 17 00:00:00 2001 From: parth Date: Fri, 9 Dec 2011 04:02:19 +0530 Subject: Moved all the apps to testapp folder --- templates/exam/intro.html | 53 ----------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 templates/exam/intro.html (limited to 'templates/exam/intro.html') diff --git a/templates/exam/intro.html b/templates/exam/intro.html deleted file mode 100644 index 1d3e5de..0000000 --- a/templates/exam/intro.html +++ /dev/null @@ -1,53 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Instructions and Rules {% endblock %} - -{% block content %} -

Important rules and instructions

- -

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.

- -
-{% csrf_token %} - -
- -{% endblock content %} \ No newline at end of file -- cgit