mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Revert "Merge pull request #496 from ae-utbm/eboutic-patch"
This reverts commit1c27831f92
, reversing changes made tob92580943a
.
This commit is contained in:
parent
1c27831f92
commit
35506e0175
@ -42,16 +42,16 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{# {% if settings.SITH_EBOUTIC_CB_ENABLED %}#}
|
{% if settings.SITH_EBOUTIC_CB_ENABLED %}
|
||||||
{# <form method="post" action="{{ settings.SITH_EBOUTIC_ET_URL }}">#}
|
<form method="post" action="{{ settings.SITH_EBOUTIC_ET_URL }}">
|
||||||
{# <p>#}
|
<p>
|
||||||
{# {% for (field_name,field_value) in et_request.items() -%}#}
|
{% for (field_name,field_value) in et_request.items() -%}
|
||||||
{# <input type="hidden" name="{{ field_name }}" value="{{ field_value }}">#}
|
<input type="hidden" name="{{ field_name }}" value="{{ field_value }}">
|
||||||
{# {% endfor %}#}
|
{% endfor %}
|
||||||
{# <input type="submit" value="{% trans %}Pay with credit card{% endtrans %}" />#}
|
<input type="submit" value="{% trans %}Pay with credit card{% endtrans %}" />
|
||||||
{# </p>#}
|
</p>
|
||||||
{# </form>#}
|
</form>
|
||||||
{# {% endif %}#}
|
{% endif %}
|
||||||
{% if basket.contains_refilling_item %}
|
{% if basket.contains_refilling_item %}
|
||||||
<p>{% trans %}AE account payment disabled because your basket contains refilling items.{% endtrans %}</p>
|
<p>{% trans %}AE account payment disabled because your basket contains refilling items.{% endtrans %}</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user