add missing dated_list_page.html

This commit is contained in:
bkfox 2016-07-24 14:51:33 +02:00
parent 807e864f71
commit 5ab731e866

View File

@ -0,0 +1,15 @@
{% extends "cms/base_site.html" %}
{# display a timetable of planified diffusions by days #}
{% load wagtailcore_tags %}
{% block content %}
{% if page.body %}
<div class="body">
{{ page.body|richtext }}
</div>
{% endif %}
{% include "cms/snippets/date_list.html" %}
{% endblock %}