lingo: add <div> for correct spacing of self declared invoice cell (#13751)

This commit is contained in:
Frédéric Péters 2016-10-26 10:27:57 +02:00
parent b12b7261cd
commit 02b5e88df5
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{% load i18n %}
{% if title %}<h2>{{ title }}</h2>{% endif %}
<div>
{% if text %}<p>{{ text|safe }}</p>{% endif %}
<form class="quixote" action="{% url 'lingo-self-invoice' cell_id=cell.id %}">
<div class="widget">
@ -25,3 +26,4 @@
<button>{% trans "Pay" %}</button>
</div>
</form>
</div>