summaryrefslogtreecommitdiff
path: root/templates/exam/complete.html
diff options
context:
space:
mode:
authorparth2011-12-09 04:02:19 +0530
committerparth2011-12-09 04:02:19 +0530
commit861d2cc5e36835f60bace61a919e73b4bd27274b (patch)
treed08d776f58167903781c371d147f5b9e1f83e168 /templates/exam/complete.html
parent7104f495d01fb934af11c8dfd09da087174c1b12 (diff)
downloadonline_test-861d2cc5e36835f60bace61a919e73b4bd27274b.tar.gz
online_test-861d2cc5e36835f60bace61a919e73b4bd27274b.tar.bz2
online_test-861d2cc5e36835f60bace61a919e73b4bd27274b.zip
Moved all the apps to testapp folder
Diffstat (limited to 'templates/exam/complete.html')
-rw-r--r--templates/exam/complete.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/exam/complete.html b/templates/exam/complete.html
deleted file mode 100644
index 4c3f3d5..0000000
--- a/templates/exam/complete.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Good bye!{% endblock %}
-
-{% block content %}
-<h2> Good bye! </h2>
-
-<p> {{message}} </p>
-<br />
-<p>You may now close the browser.</p>
-
-{% endblock content %}