From 8964a5598fae5a5952afa13d7cf084dedffc3a40 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 7 Oct 2024 19:38:44 +0100 Subject: [PATCH] . --- oef/templates/oef/base.html | 1 + oef/templates/oef/entries_by_question.html | 7 +++ oef/templates/oef/questions.html | 53 ++++++++++++++++++++++ oef/templates/oef/replace_questions.html | 3 ++ oef/urls.py | 9 ++++ oef/views.py | 36 ++++++++++++++- 6 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 oef/templates/oef/entries_by_question.html create mode 100644 oef/templates/oef/questions.html diff --git a/oef/templates/oef/base.html b/oef/templates/oef/base.html index c734f7e4..eadcebc7 100644 --- a/oef/templates/oef/base.html +++ b/oef/templates/oef/base.html @@ -6,5 +6,6 @@ {% block navigation %} Entries / Formats / + Questions / Replace Questions / {% endblock %} \ No newline at end of file diff --git a/oef/templates/oef/entries_by_question.html b/oef/templates/oef/entries_by_question.html new file mode 100644 index 00000000..333439d6 --- /dev/null +++ b/oef/templates/oef/entries_by_question.html @@ -0,0 +1,7 @@ + +