|
|
|
@ -56,7 +56,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<link rel="stylesheet" href="{% static 'css/base.css' %}"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<link rel="shortcut icon" type="image/svg" href="{% static 'images/logo_re2o.svg' %}"> |
|
|
|
<title>{{ site_name }} : {% block title %}Accueil{% endblock %}</title> |
|
|
|
<title>{{ name_website }} : {% block title %}Accueil{% endblock %}</title> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
@ -71,7 +71,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
</button> |
|
|
|
<a class="navbar-brand" href="/"> |
|
|
|
<img src="{% static 'images/logo_re2o_navbar.svg' %}" height=32> |
|
|
|
{{ site_name }} |
|
|
|
{{ name_website }} |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="collapse navbar-collapse" id="myNavbar"> |
|
|
|
|