From c75c3122296da47da1b0562c63da97f5a3018dbe Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 19 Mar 2021 11:53:50 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exams.html | 2 +- rapids/urls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exams.html b/rapids/templates/rapids/exams.html index 117e6f8a..d028b34b 100644 --- a/rapids/templates/rapids/exams.html +++ b/rapids/templates/rapids/exams.html @@ -3,5 +3,5 @@ {% block navigation %} {{block.super}}
-Exams: {{exam.name}}-> Overview / Mark / Scores +Exams: {{exam.name}}-> Overview / Mark / Scores / Add Question {% endblock %} \ No newline at end of file diff --git a/rapids/urls.py b/rapids/urls.py index 4d86dcc8..a6fef11e 100755 --- a/rapids/urls.py +++ b/rapids/urls.py @@ -36,7 +36,7 @@ urlpatterns = [ path("exam/json/", views.RapidExamViews.exam_json, name="exam_json"), path("exam/json//recreate", views.RapidExamViews.exam_json_recreate, name="exam_json_recreate"), path("create/", views.RapidCreate.as_view(), name="rapid_create"), - path("create/exam/", views.RapidCreate.as_view(), name="rapid_create"), + path("create/exam/", views.RapidCreate.as_view(), name="rapid_create_exam"), path("create/defaults", views.RapidCreationDefaultView.as_view(), name="rapid_create_defaults"),