fix layout and add missing files
[cavote.git] / templates / layout.html
index 9ef9b60..4b8b3e6 100644 (file)
@@ -20,7 +20,7 @@
     <a href="{{ url_for('logout') }}">log out</a>
   {% endif %}
   </div>
-<h1><a href="/" style="text-decoration:none;">votes</a></h1>
+<h1><a href="/" style="text-decoration:none;">Outil de vote du CA FFDN</a></h1>
 {% with messages = get_flashed_messages() %}
   {% if messages %}
     <ul class=flashes>
@@ -32,4 +32,4 @@
 {% endwith %}
 {% block body %}{% endblock %}
 </div>    
-    <script src="{{ url_for('static', filename='js/boostrap.js') }}"></script>
+    <script src="{{ url_for('static', filename='js/bootstrap.js') }}"></script>