lingo: don't insert <h3> when the title is empty (#10350)

This commit is contained in:
Frédéric Péters 2016-03-19 20:26:19 +01:00
parent 2d210bbd7f
commit 0ae0e75e53
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% load i18n %}
<h3>{{ title|safe }}</h3>
{% if title %}<h3>{{ title|safe }}</h3>{% endif %}
{% if items %}
<table class="invoices">
<thead>