diff --git a/konova/templates/konova/home.html b/konova/templates/konova/home.html index 7d455959..fdb0fde9 100644 --- a/konova/templates/konova/home.html +++ b/konova/templates/konova/home.html @@ -11,11 +11,13 @@ {% trans 'Intervention' %}
-
-
- {% fa5_icon 'pencil-ruler' %} + +
+
+ {% fa5_icon 'pencil-ruler' %} +
-
+
{% trans 'Total' %}
@@ -47,11 +49,13 @@ {% trans 'Compensation' %}
-
-
- {% fa5_icon 'leaf' %} + +
+
+ {% fa5_icon 'leaf' %} +
-
+
{% trans 'Total' %}
@@ -84,11 +88,13 @@ {% trans 'Eco-account' %}
-
-
- {% fa5_icon 'tree' %} + +
+
+ {% fa5_icon 'tree' %} +
-
+
{% trans 'Total' %}
@@ -101,7 +107,7 @@
-
+
-
+
diff --git a/news/templates/news/dashboard-news.html b/news/templates/news/dashboard-news.html index 5ab3d105..6301e2cc 100644 --- a/news/templates/news/dashboard-news.html +++ b/news/templates/news/dashboard-news.html @@ -1,24 +1,28 @@ {% load i18n ksp_filters %} -
+
{% for msg in msgs %} -
- \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index 83bc57eb..57aab48e 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -1,8 +1,10 @@ {% load i18n fontawesome_5 %}