diff options
Diffstat (limited to 'templates/exam/index.html')
-rw-r--r-- | templates/exam/index.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/exam/index.html b/templates/exam/index.html deleted file mode 100644 index 5470cf5..0000000 --- a/templates/exam/index.html +++ /dev/null @@ -1,12 +0,0 @@ -<p> Welcome to the Examination. </p> -<br></br> - -{% if question_list %} - <ul> - {% for question in question_list %} - <li> <a href="/exam/{{ question.id }}/">{{ question.summary }} </a> </li> - {% endfor %} - </ul> -{% else %} - <p> Lucky you, no questions available.</p> -{% endif %} |