|
|
@@ -22,7 +22,7 @@
|
|
22
|
22
|
{# Load the StickyFooter add-on #}
|
|
23
|
23
|
<link href="{% static 'sticky-footer.css' %}" media="all" rel="stylesheet" />
|
|
24
|
24
|
</head>
|
|
25
|
|
-<body>
|
|
|
25
|
+<body style="background-image: url('{% static 'Amphi_Poincare.JPG' %}'); background-size:cover">
|
|
26
|
26
|
<nav>
|
|
27
|
27
|
<nav class="navbar navbar-default">
|
|
28
|
28
|
<div class="container-fluid">
|
|
|
@@ -35,8 +35,6 @@
|
|
35
|
35
|
<span class="icon-bar"></span>
|
|
36
|
36
|
</button>
|
|
37
|
37
|
<a class="navbar-brand" href="{% url 'census.views.home' %}"><b>LAPI</b></a>
|
|
38
|
|
- <a class="navbar-brand" href="{% url 'census.views.home' %}">Accueil</a>
|
|
39
|
|
- <a class="navbar-brand" href="{% url 'census.views.comptage' %}">Instructions de comptage</a>
|
|
40
|
38
|
</div>
|
|
41
|
39
|
|
|
42
|
40
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
|
@@ -48,6 +46,8 @@
|
|
48
|
46
|
{% endblock %}
|
|
49
|
47
|
</ul>
|
|
50
|
48
|
<ul class="nav navbar-nav navbar-right">
|
|
|
49
|
+ <a class="navbar-brand" href="{% url 'census.views.home' %}">Accueil</a>
|
|
|
50
|
+ <a class="navbar-brand" href="{% url 'census.views.comptage' %}">Instructions de comptage</a>
|
|
51
|
51
|
</ul>
|
|
52
|
52
|
</div><!-- /.navbar-collapse -->
|
|
53
|
53
|
</div><!-- /.container-fluid -->
|