You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
352 B
HTML
15 lines
352 B
HTML
{% extends 'account_layout.html' %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
{% block pagetitle %}{% trans 'Payment' %}{% endblock %}
|
|
{% block account_content %}
|
|
<section id="account">
|
|
<p>Please continue with our trusted payment processor:</p>
|
|
<noscript>You may need to enable JavaScript.</noscript>
|
|
{{ html | safe }}
|
|
</section>
|
|
|
|
{% endblock %}
|
|
|