forked from rc/aircox
radiocampus: integrate marielle design, timetable pages
This commit is contained in:
23
radiocampus/templates/aircox/episode_list.html
Normal file
23
radiocampus/templates/aircox/episode_list.html
Normal file
@ -0,0 +1,23 @@
|
||||
{% extends "aircox/basepage_list.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block filters %}
|
||||
{{ block.super }}
|
||||
<div class="field is-horizontal">
|
||||
<div class="field-label">
|
||||
<label class="label">{% translate "Podcasts" %}</label>
|
||||
</div>
|
||||
<div class="field-body">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" class="checkbox" name="podcast" value="True"
|
||||
{% if filterset_data.podcast %}checked{% endif %} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block list-container %}
|
||||
{% with list_class="list-podcasts" %}
|
||||
{{ block.super }}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user