diff --git a/eosweb/core/static/nunjucks/question/approval/selections_make.html b/eosweb/core/static/nunjucks/question/approval/selections_make.html index e0a89e1..68ff8e2 100644 --- a/eosweb/core/static/nunjucks/question/approval/selections_make.html +++ b/eosweb/core/static/nunjucks/question/approval/selections_make.html @@ -19,7 +19,7 @@
{{ election.questions.__getitem__(questionNum).description | urlize | safe }}
+{{ election.questions.__getitem__(questionNum).description | urlize | replace('
{% endif %}
diff --git a/eosweb/core/static/nunjucks/question/preferential/selections_make.html b/eosweb/core/static/nunjucks/question/preferential/selections_make.html
index 387904e..91e002f 100644
--- a/eosweb/core/static/nunjucks/question/preferential/selections_make.html
+++ b/eosweb/core/static/nunjucks/question/preferential/selections_make.html
@@ -19,7 +19,7 @@
{{ election.questions.__getitem__(questionNum).description | urlize | safe }} {{ election.questions.__getitem__(questionNum).description | urlize | replace('
{% endif %}
{{ questionNum + 1 }}. {{ election.questions.__getitem__(questionNum).prompt }}
{% if election.questions.__getitem__(questionNum).description %}
-