diff --git a/pinaxcon/templates/registrasion/guided_registration.html b/pinaxcon/templates/registrasion/guided_registration.html index ee0232da5a6fc6fc055b5ef35a4c9089e04a004b..099c565b4172eddb98dc941b4843c8f950c002f2 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 960ebd6420002c71e5d10456d40ab62fea9b1ac6..3a648bef920fe4091a96a3bc55f2fd95ed461844 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 082422b95b2f79cbc319b722d15a1d1318dddedb..1f90107106c262e0b91559ed345b071516688a8b 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; }