brotherton-erpnext/erpnext/templates/pages/integrations/gocardless_checkout.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
388 B
HTML
Raw Normal View History

2018-06-20 17:51:52 +00:00
{% extends "templates/web.html" %}
{% block title %} Payment {% endblock %}
{%- block header -%}{% endblock %}
{% block script %}
<script>{% include "templates/includes/integrations/gocardless_checkout.js" %}</script>
{% endblock %}
{%- block page_content -%}
<p class='lead text-center'>
2018-06-20 17:51:52 +00:00
<span class='gocardless-loading'>{{ _("Loading Payment System") }}</span>
</p>
{% endblock %}