Mercurial > sat_legacy_website
changeset 101:bc6a932b6328
update contact address (replace antispam xyz with xxx)
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 17 Oct 2015 11:45:40 +0200 |
parents | 460f525e1d00 |
children | 14080acdf896 |
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 Mon Oct 12 15:50:51 2015 +0200 +++ b/templates/sat_website/base.html Sat Oct 17 11:45:40 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.xxx">contact@salut-a-toi.xxx</a> {% trans "(replace xxx with org)" %} </address> </footer> <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
--- a/templates/sat_website/community.html Mon Oct 12 15:50:51 2015 +0200 +++ b/templates/sat_website/community.html Sat Oct 17 11:45:40 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.xxx">contact@salut-a-toi.xxx</a> {% trans "(replace xxx with org)" %}.</p> </div> </div>
--- a/templates/sat_website/press.html Mon Oct 12 15:50:51 2015 +0200 +++ b/templates/sat_website/press.html Sat Oct 17 11:45:40 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 %}If you want to write an article about Salut à Toi, we would be pleased to answer your questions. Please contact us.{% endblocktrans %}</div> </div> </div>