diff --git a/templates/base_template.html b/templates/base_template.html index 7e89316..b51d90f 100644 --- a/templates/base_template.html +++ b/templates/base_template.html @@ -4,7 +4,7 @@ {% block title %}PortugalFAQ{% endblock %} - + @@ -22,35 +22,34 @@ {% block content %}{% endblock %} - - - + + + + - - + + + @@ -58,7 +57,7 @@ - + - \ No newline at end of file + diff --git a/templates/category.html b/templates/category.html index d8a0eac..04ed355 100644 --- a/templates/category.html +++ b/templates/category.html @@ -5,7 +5,6 @@ {% block content %}
-

{{ content | safe }} diff --git a/templates/combined_template.html b/templates/combined_template.html index c9edeed..1632323 100644 --- a/templates/combined_template.html +++ b/templates/combined_template.html @@ -2,14 +2,11 @@ {% for section in sections %}
-
-{#

Kort: {{ section.summary }}

#} -
+

Kort: {{ section.summary }}

-{#

{{ section.name }}

#}
{{ section.content | safe }}