|
@@ -1,8 +1,8 @@
|
|
|
{% load fullurl %}
|
|
{% load fullurl %}
|
|
|
{% load tags %}
|
|
{% load tags %}
|
|
|
{% load static %}
|
|
{% load static %}
|
|
|
-
|
|
|
|
|
- <style>
|
|
|
|
|
|
|
+{% load email_obfuscator %}
|
|
|
|
|
+ <!-- <style>
|
|
|
.modal {
|
|
.modal {
|
|
|
display: none;
|
|
display: none;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -39,7 +39,7 @@
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- </style>
|
|
|
|
|
|
|
+ </style> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Trigger/Open The Modal -->
|
|
<!-- Trigger/Open The Modal -->
|
|
@@ -68,7 +68,8 @@
|
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
|
<div class="cursor-pointer" onclick="">
|
|
<div class="cursor-pointer" onclick="">
|
|
|
|
|
|
|
|
- <a href="mailto:?subject={{ product.wohnprojekt }}&body=Guten%20Tag!%0D%0A%0D%0AIch%20finde%20das%20folgende%20Projekt%20sehr%20interesant!%0D%0A%0D%0A{% fullurl 'product-detail-embed' pk=product.wohnprojekt.pk %}"><i class="fas fa-envelope"></i> <br>Send mail</a>
|
|
|
|
|
|
|
+ <a href="mailto:{{ product.wohnprojekt.email |obfuscate }}?subject={{ product.wohnprojekt }}&body=Guten%20Tag!%0D%0A%0D%0AIch%20finde%20das%20folgende%20Projekt%20sehr%20interesant!%0D%0A%0D%0A{% fullurl 'product-detail-embed' pk=product.wohnprojekt.pk %}"><i class="fas fa-envelope"></i> <br>Send mail</a>
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-4"></div>
|
|
<div class="col-sm-4"></div>
|