]> git.parisson.com Git - teleforma.git/commit
Initial working version of online payment
authorGael Le Mignot <gael@pilotsystems.net>
Mon, 18 Nov 2019 15:13:28 +0000 (16:13 +0100)
committerGael Le Mignot <gael@pilotsystems.net>
Mon, 18 Nov 2019 15:13:28 +0000 (16:13 +0100)
commit8bf2fa8d344ad7d67faefc0ebc973bcdfc2074ea
tree7eb4567da53644a6927e0d868a2b262e74f9d071
parentaff59e5eaeedd27a3289eb2ac7d10e97f6a1f8eb
Initial working version of online payment
teleforma/forms.py
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/templates/payment/payment_fail.html [new file with mode: 0644]
teleforma/templates/payment/payment_start.html
teleforma/templates/payment/payment_summary.html [new file with mode: 0644]
teleforma/templates/payment/payment_validate.html
teleforma/templates/registration/registration_form.html
teleforma/templatetags/payment.py [new file with mode: 0644]
teleforma/urls.py
teleforma/views/payment.py