From 870cff23616a463e9f9ead5b5163f163afc75c7d Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 14:28:41 +0100 Subject: [PATCH] . --- longs/templates/longs/long_display_block.html | 3 +++ rapids/templates/rapids/question_display_block.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index 4f75bc26..2bd3a964 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -2,6 +2,9 @@
{{ question.created_date|date:"d/m/Y" }}
+
+ ID: {{ question.id }} +

Description: {{ question.description }}

History: {{ question.history }}

diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index d9f608c7..532e6012 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -2,6 +2,9 @@
{{ question.created_date|date:"d/m/Y" }}
+
+ ID: {{ question.id }} +

Rapid: {{ question }}

Normal: {{ question.normal }}