1.1 --- a/templates/theme.html Fri Nov 29 13:36:07 2013 +0100
1.2 +++ b/templates/theme.html Sat Nov 30 14:08:46 2013 +0100
1.3 @@ -33,9 +33,9 @@
1.4 <body>
1.5
1.6 <div class="container">
1.7 -<img class="flags" src="/static/images/flags/de.png" />
1.8 -<img class ="flags" src="/static/images/flags/gb.png" />
1.9 -<img class="flags" src="/static/images/flags/it.png" />
1.10 +<img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
1.11 +<img class ="flags" src="/static/images/flags/gb.png" alt="english" />
1.12 +<img class="flags" src="/static/images/flags/it.png" alt="italiano" />
1.13 <br style="clear: both;" />
1.14 <!-- Static navbar -->
1.15 <div class="navbar navbar-default" role="navigation">
1.16 @@ -84,12 +84,10 @@
1.17 <div class="jumbotron">
1.18 {% block jumbotron %}{% endblock %}
1.19 </div>
1.20 - <div id="footer"><div class="separator"><img src="static/images/python-logo.png" /></div><h3>Places for Sponsors</h3></div>
1.21 -
1.22 - {% block body %}{% endblock %}
1.23 -
1.24 + {% block body %}{% endblock %}{% include "footer.html" %}
1.25 +
1.26 </div> <!-- /container -->
1.27 -
1.28 +
1.29
1.30 <!-- Bootstrap core JavaScript
1.31 ================================================== -->