Improved invoice file names

This commit is contained in:
Raphael Michel
2016-06-05 18:00:32 +02:00
parent d570b31ff3
commit 5529ec5e0b
3 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,9 @@
<h4 class="panel-title">
<a data-toggle="collapse" href="#invoice" data-parent="#questions_accordion">
<strong>{% trans "Invoice information" %}</strong>
{% if not event.settings.invoice_address_required %}
{% trans "(optional)" %}
{% endif %}
</a>
</h4>
</div>