]> git.0d.be Git - panikweb-studioneau.git/commitdiff
do not display nonstop zones in weekly program
authorFrédéric Péters <fpeters@0d.be>
Thu, 9 Feb 2023 08:55:45 +0000 (09:55 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 9 Feb 2023 08:55:45 +0000 (09:55 +0100)
panikweb_studioneau/templates/program.html

index 3c631b4ea7bf320a7d0018205cafdbab7bcdbe34..2c271d4cc7f4af1ee5fb18a88108d7a087fd651a 100644 (file)
@@ -1,3 +1,8 @@
 {% extends "program.html" %}
+{% load paniktags %}
 
 {% block intro %}{% endblock %}
+
+{% block program-content %}
+{% weekview year=year week=week weekday=0 include_nonstop=False %}
+{% endblock %}