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", ),