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.

14 lines
213 B
HTML

8 years ago
{% extends 'account_layout.html' %}
{% load i18n %}
{% load staticfiles %}
{% block account_content %}
<section id="account">
<h2>{% trans 'Payment' %}</h2>
8 years ago
{{ html | safe }}
</section>
{% endblock %}