From 60e2915fa233a220fea480db93ef0628e78e4bd6 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 30 Jan 2021 16:00:13 +0000 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 2 +- rapids/urls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index cdf86b51..fbaeaa03 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -2,7 +2,7 @@ {% block content %}

Marking question {{question_details.current}} of {{question_details.total}}

-Edit Admin Edit +Edit Admin Edit

{{ question.question_type }}

diff --git a/rapids/urls.py b/rapids/urls.py index 6df10953..65c4cc51 100755 --- a/rapids/urls.py +++ b/rapids/urls.py @@ -55,7 +55,7 @@ urlpatterns = [ views.get_examination_id, name="get_examination_id"), path( - "/update", + "question//update", views.RapidUpdate.as_view(), name="rapid_update", ),