Revert "Merge branch 'TheoDurr/fix/3DSv2' of https://github.com/ae-utbm/sith3 into TheoDurr/fix/3DSv2"

This reverts commit 302af868655409ab5c3db3877ec9569bf0b2a2a3, reversing
changes made to b4d8d1a186206f05c3e29eee639f52efa1cfed5a.
This commit is contained in:
Julien Constant 2023-01-05 23:50:00 +01:00
parent 302af86865
commit ecf0c71a14
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7

View File

@ -102,7 +102,6 @@
</i> </i>
</p> </p>
{% endif %} {% endif %}
{% csrf_token %}
<form method="post" action="{{ settings.SITH_EBOUTIC_ET_URL }}" name="bank-pay-form"> <form method="post" action="{{ settings.SITH_EBOUTIC_ET_URL }}" name="bank-pay-form">
<template x-data x-for="input in $store.billing_inputs.data"> <template x-data x-for="input in $store.billing_inputs.data">
<input type="hidden" :name="input['key']" :value="input['value']"> <input type="hidden" :name="input['key']" :value="input['value']">