Files
erpnext/erpnext/templates/pages/integrations/gocardless_confirmation.html
Charles-Henri Decultot 244b638fe3 Dev cleanup
2018-07-13 13:15:59 +00:00

16 lines
399 B
HTML

{% 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 %}