Mercurial > sat_legacy_website
comparison templates/sat_website/base.html @ 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 | dd7a496bf762 |
children | 1da8a1885fbf |
comparison
equal
deleted
inserted
replaced
100:460f525e1d00 | 101:bc6a932b6328 |
---|---|
95 <script src="{% static "js/jquery.min.js" %}"></script> | 95 <script src="{% static "js/jquery.min.js" %}"></script> |
96 {% block content %}{% endblock %} | 96 {% block content %}{% endblock %} |
97 <footer class="text-center"> | 97 <footer class="text-center"> |
98 <address> | 98 <address> |
99 {% trans '"Salut à Toi" association' %} - | 99 {% trans '"Salut à Toi" association' %} - |
100 <a href="mailto:contact@salut-a-toi.xyz">contact</a> {% trans "(replace xyz with org)" %} | 100 <a href="mailto:contact@salut-a-toi.xxx">contact@salut-a-toi.xxx</a> {% trans "(replace xxx with org)" %} |
101 </address> | 101 </address> |
102 </footer> | 102 </footer> |
103 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> | 103 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> |
104 <script src="{% static "js/sat_website.js" %}"></script> | 104 <script src="{% static "js/sat_website.js" %}"></script> |
105 </body> | 105 </body> |