diff --git a/pinaxcon/templates/registrasion/guided_registration.html b/pinaxcon/templates/registrasion/guided_registration.html index ee0232da..099c565b 100644 --- a/pinaxcon/templates/registrasion/guided_registration.html +++ b/pinaxcon/templates/registrasion/guided_registration.html @@ -21,7 +21,7 @@

{{ section.title }}

{% if section.description %} -
{{ section.description }}
+
{{ section.description|safe }}
{% endif %}
diff --git a/pinaxcon/templates/registrasion/product_category.html b/pinaxcon/templates/registrasion/product_category.html index 960ebd64..3a648bef 100644 --- a/pinaxcon/templates/registrasion/product_category.html +++ b/pinaxcon/templates/registrasion/product_category.html @@ -46,7 +46,7 @@

{{ category.name }}

-
{{ category.description }}
+
{{ category.description|safe }}
diff --git a/static/src/lca2017/css/app.css b/static/src/lca2017/css/app.css index 082422b9..1f901071 100644 --- a/static/src/lca2017/css/app.css +++ b/static/src/lca2017/css/app.css @@ -663,7 +663,7 @@ ol { ul > li, ol > li { - list-style-position: inside; + list-style-position: outside; margin-left: 1em; }