From b9fe5c03f5ee70c508e3bb5462d646729290bf0f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 14:30:44 +0000 Subject: [PATCH] . --- rapids/templates/rapids/ciduseranswer_detail.html | 8 +++++--- rapids/templates/rapids/question_detail.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rapids/templates/rapids/ciduseranswer_detail.html b/rapids/templates/rapids/ciduseranswer_detail.html index f59bb2ed..e7d5364d 100644 --- a/rapids/templates/rapids/ciduseranswer_detail.html +++ b/rapids/templates/rapids/ciduseranswer_detail.html @@ -2,7 +2,9 @@ {% extends 'rapids/base.html' %} {% block content %} -{{ciduseranswer.question}} -{{ciduseranswer.normal}} -{{ciduseranswer.cid}} +CID: {{ciduseranswer.cid}}
+{{ciduseranswer.question}}
+Normal: {{ciduseranswer.normal}}
+Answer: {{ciduseranswer.answer}}
+Delete answer {% endblock content %} \ No newline at end of file diff --git a/rapids/templates/rapids/question_detail.html b/rapids/templates/rapids/question_detail.html index dfc0b14a..8d82ce9d 100755 --- a/rapids/templates/rapids/question_detail.html +++ b/rapids/templates/rapids/question_detail.html @@ -22,7 +22,7 @@ Add Note {% if request.user.is_superuser %} Admin Edit -Admin Edit +User answers {% endif %} {% include 'rapids/question_display_block.html' %} {% endblock %} \ No newline at end of file