eboutic: add p tag in makecommand

This commit is contained in:
tleb 2019-10-21 22:10:38 +02:00
parent 413c613c9f
commit 6b06b647bc
1 changed files with 2 additions and 0 deletions

View File

@ -36,10 +36,12 @@
</p>
{% if settings.SITH_EBOUTIC_CB_ENABLED %}
<form method="post" action="{{ settings.SITH_EBOUTIC_ET_URL }}">
<p>
{% for (field_name,field_value) in et_request.items() -%}
<input type="hidden" name="{{ field_name }}" value="{{ field_value }}">
{% endfor %}
<input type="submit" value="{% trans %}Pay with credit card{% endtrans %}" />
</p>
</form>
{% endif %}
{% if basket.items.filter(type_id=settings.SITH_COUNTER_PRODUCTTYPE_REFILLING).exists() %}