Эх сурвалжийг харах

fixes: <strong> <body> <script ...>

Juan Carlos 5 жил өмнө
parent
commit
96ee63aee0

+ 1 - 1
marktplatz/templates/marktplatz/product_detail.html

@@ -188,7 +188,7 @@
 					<p><strong>Rechtsform</strong>: {{ product.wohnprojekt.rechtsform }}</p>
 					<p>{{ product.wohnprojekt.artmodell }}</p>
 					<p>{{ product.wohnprojekt.orga }}</p>
-					<p><strong>{% if product.wohnprojekt.eigentum  %}{% field_name product.wohnprojekt 'eigentum' %}</strong>: {{ product.wohnprojekt.get_eigentum_display }}{% endif %}</p>
+					<p>{% if product.wohnprojekt.eigentum  %}<strong>{% field_name product.wohnprojekt 'eigentum' %}</strong>: {{ product.wohnprojekt.get_eigentum_display }}{% endif %}</p>
 					<p><strong>Gemeinschaftliche Projekte</strong>: {{ product.wohnprojekt.gprojekte }}</p>
 					<p><strong>Gemeinschaftsräume</strong>: {{ product.wohnprojekt.gemeinschaftr }}
 						{% if product.wohnprojekt.kgemeinschaftr  %} - {{ product.wohnprojekt.kgemeinschaftr }}{% endif %}

+ 3 - 6
project_base/templates/base_generic.html

@@ -328,13 +328,8 @@
 {% endif %}
 
 
-</body>
-
-
-
-
 <!-- Matomo -->
-<script type="text/javascript">
+<script>
   /*
   var _paq = _paq || [];
   _paq.push(['trackPageView']);
@@ -350,4 +345,6 @@
 </script>
 <!-- End Matomo Code -->
 
+</body>
+
 </html>