Juan Carlos 3 yıl önce
ebeveyn
işleme
aa9beb3954

+ 3 - 3
marktplatz/templates/marktplatz/product_overview.html

@@ -96,7 +96,7 @@ $(document).ready(function(){
     font-weight: bold;
     text-align: center;
     top: 25%;
-    left: 25%; 
+    left: 25%;
     /* transform: translate(-50%, -50%); */
     position: inherit;
   }
@@ -397,7 +397,7 @@ $(document).ready(function(){
                 {% endfor %}
 
                 {% if product.realitylab %}
-                <button id='product_{{product.pk}}_realitylab_{{product.realitylab}}' data-toggler='begleitet_true' class="border-thin mybtn btn-toggle begleitet_true" style="">#Begleitet von RealityLab</button>
+                <button id='product_{{product.pk}}_realitylab_{{product.realitylab}}' data-toggler='begleitet_true' class="border-thin mybtn btn-toggle begleitet_true" style="">#Begleitet von realitylab</button>
                 {% endif %}
 
                 {% if product.urbanem %}
@@ -429,7 +429,7 @@ $(document).ready(function(){
                   <button id='product_{{product.pk}}_flipper_back' onclick="" class="border-thin mybtn " data-flip-card="product_{{product.pk}}_card" style=""><i class="fas fa-sync-alt"></i> Steckbrief</button>
                   <p>&nbsp;</p>
                   <p>{% if product.claim  %}{{ product.claim }}{% endif %}</p>
-                  <p>{{ product.kind_of_product }}, gegründet {{ product.gruendungsjahr }}{% if product.betriebgenommen  %}, in Betrieb genommen: {{ product.betriebgenommen }}{% endif %}.</p>
+                  <p>Gegründet {{ product.gruendungsjahr }}{% if product.betriebgenommen  %}, in Betrieb genommen: {{ product.betriebgenommen }}{% endif %}.</p>
             			<p><strong>Rechtsform</strong>: {{ product.rechtsform }}</p>
             			<!-- XXX -->
             			<p>{{ product.artmodell }}</p>