Mercurial > sat_legacy_website
comparison templates/sat_website/base.html @ 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 | 1da8a1885fbf |
children | e138879873f1 |
comparison
equal
deleted
inserted
replaced
109:bcee810025dd | 110:f3b907d0e5ab |
---|---|
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.invalid">contact</a> {% trans "(replace invalid 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> |