don't display disclaimer on homepage

This commit is contained in:
Thomas NOËL 2013-05-03 11:06:21 +02:00
parent 46d3fdcb71
commit 471cb06257
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
{% block title %}accueil{% endblock %}
{% block disclaimer %}{% endblock %}
{% block content %}
<div class="hero-unit">
<h1>Bienvenue{% if display_name %}, {{ display_name }}{% endif %}.</h1>