Add basics of eboutic, still need to implement the ET API to get bank payment

This commit is contained in:
Skia
2016-07-22 01:19:50 +02:00
parent 525d7e6709
commit f04cf9d4d4
13 changed files with 436 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{% extends "core/base.jinja" %}
{% block content %}
<h3>{% trans %}Eboutic{% endtrans %}</h3>
<div>
{% if not_enough %}
{% trans %}Payment failed{% endtrans %}
{% else %}
{% trans %}Payment successful{% endtrans %}
{% endif %}
</div>
{% endblock %}