diff options
author | jayparikh111 | 2012-03-15 18:12:49 +0530 |
---|---|---|
committer | jayparikh111 | 2012-03-15 18:12:49 +0530 |
commit | 480fc524eaffa99bbcec65b0829f6116ccace673 (patch) | |
tree | 6080434cef6c15db391277f73342ceb9a776e86f /testapp/templates/exam/intro.html | |
parent | a7c84a478789e9e835dcbb3ea41b1d519ba69b4d (diff) | |
download | online_test-480fc524eaffa99bbcec65b0829f6116ccace673.tar.gz online_test-480fc524eaffa99bbcec65b0829f6116ccace673.tar.bz2 online_test-480fc524eaffa99bbcec65b0829f6116ccace673.zip |
minor UI changes
Diffstat (limited to 'testapp/templates/exam/intro.html')
-rw-r--r-- | testapp/templates/exam/intro.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index ef218a2..afa596b 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -1,11 +1,11 @@ {% extends "base.html" %} {% block title %}Instructions and Rules {% endblock %} - -{% block content %} - {% block pagetitle %}Online Test {% endblock %} {% block formtitle %}Important instructions & rules {% endblock %} +{% block content %} + + <p> Welcome <strong>{{user.first_name.title}} {{user.last_name.title}}</strong>, to the programming quiz! </p> <p> |