From 8dacced1b430ea5d31ac08e7b11884392d3178f1 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sat, 21 Dec 2024 00:45:27 +0100 Subject: [PATCH] update gitignore --- templates/base_template.html | 43 ++++++++++++++++---------------- templates/category.html | 1 - templates/combined_template.html | 5 +--- 3 files changed, 22 insertions(+), 27 deletions(-) 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 }}