@@ -55,6 +55,7 @@ The wifi-with-me website URL (for links included in emails :)
ISP={
'NAME':'FAIMAISON',
+ 'TITLE':'Réseau wifi expérimental',
'SITE':'//www.faimaison.net',
'EMAIL':'bureau (at) faimaison.net',
'ZONE':'Nantes et environs',
@@ -30,7 +30,7 @@
<div class="container">
<h1>
{% block title %}
- <a href="{% url 'home' %}">Réseau wifi expérimental</a>
+ <a href="{% url 'home' %}">{{ isp.TITLE }}</a>
{% endblock %}
</h1>
</div>