comparison 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
comparison
equal deleted inserted replaced
98:e1df20f42e67 99:dd7a496bf762
92 </div> 92 </div>
93 </nav> 93 </nav>
94 94
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">
98 <address>
99 {% trans '"Salut à Toi" association' %} -
100 <a href="mailto:contact@salut-a-toi.xyz">contact</a> {% trans "(replace xyz with org)" %}
101 </address>
102 </footer>
97 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> 103 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
98 <script src="{% static "js/sat_website.js" %}"></script> 104 <script src="{% static "js/sat_website.js" %}"></script>
99 </body> 105 </body>
100 </html> 106 </html>