Files @ 42892ea3c849
Branch filter:

Location: symposion_app/pinaxcon/templates/cms_pages/content_page.html

Christopher Neugebauer
Fixes payment behaviour.
1
2
3
4
5
6
7
8
9
{% extends "cms_pages/abstract_content_page.html" %}
{% load lca2017_tags %}

{% load sitetree %}
{% load i18n %}

{% block body_class %}template-content-page{% endblock %}

{% block header_inset_image %}{% illustration page.inset_illustration %}{% endblock %}