changeset 110:f3b907d0e5ab

changed anti-spam email by .invalid tld. TODO: should use a template instead
author Goffi <goffi@goffi.org>
date Sat, 17 Oct 2015 17:52:43 +0200
parents bcee810025dd
children 0a5fc5982ade
files templates/sat_website/base.html templates/sat_website/community.html templates/sat_website/press.html
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/templates/sat_website/base.html	Sat Oct 17 17:52:40 2015 +0200
+++ b/templates/sat_website/base.html	Sat Oct 17 17:52:43 2015 +0200
@@ -97,7 +97,7 @@
 	<footer class="text-center">
 		<address>
 			{% trans '"Salut à Toi" association' %} -
-			<a href="mailto:contact@salut-a-toi.xyz">contact</a> {% trans "(replace xyz with org)" %}
+			<a href="mailto:contact@salut-a-toi.invalid">contact</a> {% trans "(replace invalid with org)" %}
 		</address>
 	</footer>
     <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
--- a/templates/sat_website/community.html	Sat Oct 17 17:52:40 2015 +0200
+++ b/templates/sat_website/community.html	Sat Oct 17 17:52:43 2015 +0200
@@ -32,7 +32,7 @@
     {% trans "Contact the association" %}
     </h5>
     <div class="info">
-        <p>{% trans "To contact the managers of the association, please write an email to" %} <a href="mailto:contact@salut-a-toi.xyz">contact@salut-a-toi.xyz</a> {% trans "(replace xyz with org)" %}.</p>
+        <p>{% trans "To contact the managers of the association, please write an email to" %} <a href="mailto:contact@salut-a-toi.invalid">contact@salut-a-toi.invalid</a> {% trans "(replace invalid with org)" %}.</p>
     </div>
 </div>
 
--- a/templates/sat_website/press.html	Sat Oct 17 17:52:40 2015 +0200
+++ b/templates/sat_website/press.html	Sat Oct 17 17:52:43 2015 +0200
@@ -57,7 +57,7 @@
     </div>
     <div class="info">
         <div class="row">
-            <div class="col-md-12">{% blocktrans with email="contact \"at\" salut-a-toi.org"%}If you want to write an article about Salut à Toi, we would be pleased to answer your questions. Please send them to {{email}}{% endblocktrans %}</div>
+            <div class="col-md-12">{% blocktrans with email="contact \"at\" salut-a-toi.invalid"%}If you want to write an article about Salut à Toi, we would be pleased to answer your questions. Please send them to {{email}} (replace invalid by org){% endblocktrans %}</div>
         </div>
     </div>