comparison templates/sat_website/base.html @ 108:1da8a1885fbf

reverted patch bc6a932b6328
author Goffi <goffi@goffi.org>
date Sat, 17 Oct 2015 16:59:15 +0200
parents bc6a932b6328
children f3b907d0e5ab
comparison
equal deleted inserted replaced
107:a3a35ee96dc6 108:1da8a1885fbf
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.xxx">contact@salut-a-toi.xxx</a> {% trans "(replace xxx with org)" %} 100 <a href="mailto:contact@salut-a-toi.xyz">contact</a> {% trans "(replace xyz 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>