forked from rc/aircox
add a rerun field to diffusion; fix minor bug that can happen on new year's eve
This commit is contained in:
@ -117,6 +117,11 @@
|
||||
{% include 'aircox_liquidsoap/base_source.html' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="next">
|
||||
{% for diffusion in controller.next_diffusions %}
|
||||
{{ diffusion }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endwith %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user