Juan Carlos 5 anni fa
parent
commit
1168c28d6a

BIN
marktplatz/static/copp_logo_cut_bw_sm.png


+ 5 - 2
project_base/templates/footer.html

@@ -10,15 +10,18 @@
     <div class="col-sm-4">
       <p>
         Eine Website von
-        <a href="https://realitylab.at/">realitylab</a>
+        <a href="https://realitylab.at/">RealityLab</a>
         <a href="{% url 'pages-generic'  page='DATENSCHUTZRICHTLINIE' %}">Datenschutzerk&auml;rung</a> |
         <a href="{% url 'pages-generic'  page='IMPRESSUM'  %}">Impressum</a>
       </p>
     </div>
     <div class="col-sm-4 float-right">
       <span class="float-right" >
-        &copy; {% now 'Y' %} realitylab gmbh. Alle Rechte vorbehalten
       </span>
+      <span class="float-right" >
+          <p>&copy; {% now 'Y' %} RealityLab GmbH. Alle Rechte vorbehalten | Development: <a title="co++" href="https://co-plus-plus.eu/" target="_blank" rel="noopener"><img src="{% static 'copp_logo_cut_bw_sm.png' %}" alt="co++" style="max-width: 40px; "  /></a></p>
+      </span>
+
     </div>
   </div>
 </div>