.
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user