add timetable

This commit is contained in:
bkfox
2016-07-22 13:09:58 +02:00
parent 3975c222c6
commit d20b5ccdda
3 changed files with 70 additions and 18 deletions

View File

@ -1,5 +1,5 @@
{% extends "cms/base_site.html" %}
{# generic page to display list of articles #}
{# display logs of what happened on air %}
{% block content %}
{% include "cms/snippets/date_list.html" %}

View File

@ -0,0 +1,7 @@
{% extends "cms/base_site.html" %}
{# display a timetable of planified diffusions by days #}
{% block content %}
{% include "cms/snippets/date_list.html" %}
{% endblock %}