Commit a0fb7a2 1 parent ef1a534 commit a0fb7a2 Copy full SHA for a0fb7a2
File tree 3 files changed +12
-0
lines changed
crowdsourcer/templates/crowdsourcer
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,15 @@ <h2 class="h4 mb-0 mw-40em">
57
57
< div class ="d-sm-flex mx-n3 text-muted ">
58
58
< details class ="mt-3 mt-sm-0 mx-3 mw-30em ">
59
59
< summary class ="fw-bold mb-2 "> Criteria</ summary >
60
+ {% autoescape off %}
60
61
{{ q_form.question_obj.criteria|linebreaks }}
62
+ {% endautoescape %}
61
63
</ details >
62
64
< details class ="mt-3 mt-sm-0 mx-3 mw-30em ">
63
65
< summary class ="fw-bold mb-2 "> Clarifications</ summary >
66
+ {% autoescape off %}
64
67
{{ q_form.question_obj.clarifications|linebreaks }}
68
+ {% endautoescape %}
65
69
</ details >
66
70
</ div >
67
71
< div class ="row gx-lg-5 ">
Original file line number Diff line number Diff line change @@ -57,11 +57,15 @@ <h3 class="mb-4 mb-md-5 text-success">
57
57
< div class ="col-md-4 offset-md-1 order-md-2 mb-3 mb-sm-4 ">
58
58
< details class ="text-muted ">
59
59
< summary class ="fw-bold mb-2 "> Criteria</ summary >
60
+ {% autoescape off %}
60
61
{{q_form.question_obj.criteria|linebreaks }}
62
+ {% endautoescape %}
61
63
</ details >
62
64
< details class ="text-muted ">
63
65
< summary class ="fw-bold mb-2 "> Clarifications</ summary >
66
+ {% autoescape off %}
64
67
{{q_form.question_obj.clarifications|linebreaks }}
68
+ {% endautoescape %}
65
69
</ details >
66
70
</ div >
67
71
< div class ="col-md-7 order-md-1 ">
Original file line number Diff line number Diff line change @@ -58,11 +58,15 @@ <h3 class="mb-4 mb-md-5 text-success">
58
58
< div class ="col-md-4 offset-md-1 order-md-2 mb-3 mb-sm-4 ">
59
59
< details class ="text-muted ">
60
60
< summary class ="fw-bold mb-2 "> Criteria</ summary >
61
+ {% autoescape off %}
61
62
{{q_form.question_obj.criteria|linebreaks }}
63
+ {% endautoescape %}
62
64
</ details >
63
65
< details class ="text-muted ">
64
66
< summary class ="fw-bold mb-2 "> Clarifications</ summary >
67
+ {% autoescape off %}
65
68
{{q_form.question_obj.clarifications|linebreaks }}
69
+ {% endautoescape %}
66
70
</ details >
67
71
</ div >
68
72
< div class ="col-md-7 order-md-1 ">
You can’t perform that action at this time.
0 commit comments