Dev cleanup

This commit is contained in:
Charles-Henri Decultot
2018-06-20 17:51:52 +00:00
parent a8d766f5f7
commit 244b638fe3
6 changed files with 198 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
{% extends "templates/web.html" %}
{% block title %} Payment {% endblock %}
{%- block header -%}{% endblock %}
{% block script %}
<script>{% include "templates/includes/integrations/gocardless_confirmation.js" %}</script>
{% endblock %}
{%- block page_content -%}
<p class='lead text-center centered'>
<span class='gocardless-loading'>{{ _("Payment Confirmation") }}</span>
</p>
{% endblock %}