add missing dated_list_page.html
This commit is contained in:
parent
807e864f71
commit
5ab731e866
15
cms/templates/cms/dated_list_page.html
Normal file
15
cms/templates/cms/dated_list_page.html
Normal 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 %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user