lingo: use proper markup around invoice popup button (#10342)

This commit is contained in:
Frédéric Péters 2016-03-19 17:25:48 +01:00
parent 4a7d8e6e68
commit bc5981fd4c
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@
{% csrf_token %}
<input type="hidden" name="regie" value="{{ regie.pk }}" />
<input type="hidden" name="item" value="{{ item.id }}" />
<button>{% trans "Pay" %}</button>
<div class="buttons">
<button>{% trans "Pay" %}</button>
</div>
{% endif %}
</div>
</form>