This commit is contained in:
Ross
2021-08-11 19:27:15 +01:00
parent 2976c08b7c
commit b007b42953
4 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ SeriesFormSet = inlineformset_factory(
LongSeries.long.through,
exclude=[],
can_delete=True,
extra=1,
extra=0,
max_num=10,
field_classes="testing",
)
@@ -30,11 +30,11 @@
<div class="long-answer">
<p class="pre-whitespace"><b>Feedback:</b>
<pre>{{ question.feedback }}</pre>
<pre>{{ question.feedback | safe}}</pre>
</p>
<details>
<summary>
<h3>Model answers</h3>
<b>Model answers</b>
</summary>
<p class="pre-whitespace"><b>Observations:</b>
<pre>{{ question.model_observations }}</pre>