lingo: do not include empty title in tipi cell (#16664)

This commit is contained in:
Frédéric Péters 2017-06-02 11:02:32 +02:00
parent 4bb91922fd
commit 5cd732fafa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% load i18n %}
<h2>{{ title }}</h2>
{% if title %}<h2>{{ title }}</h2>{% endif %}
<div>
<form name="tipi_form" id="tipi_form" data-url="{{ url }}" data-saisie="{{ mode }}" data-pesv2="{{ pesv2 }}">
<ul class="errorlist" id="popup_warning" style="display: none">