add timetable
This commit is contained in:
@ -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" %}
|
||||
|
7
cms/templates/cms/timetable_page.html
Normal file
7
cms/templates/cms/timetable_page.html
Normal 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 %}
|
||||
|
Reference in New Issue
Block a user