Mercurial > sat_legacy_website
diff templates/sat_website/base.html @ 99:dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 09 Oct 2015 13:02:56 +0200 |
parents | 7665d00e5295 |
children | bc6a932b6328 |
line wrap: on
line diff
--- a/templates/sat_website/base.html Mon Sep 28 09:26:14 2015 +0200 +++ b/templates/sat_website/base.html Fri Oct 09 13:02:56 2015 +0200 @@ -94,6 +94,12 @@ <script src="{% static "js/jquery.min.js" %}"></script> {% block content %}{% endblock %} + <footer class="text-center"> + <address> + {% trans '"Salut à Toi" association' %} - + <a href="mailto:contact@salut-a-toi.xyz">contact</a> {% trans "(replace xyz with org)" %} + </address> + </footer> <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> <script src="{% static "js/sat_website.js" %}"></script> </body>