]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/program.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / program.html
diff --git a/panikweb_templates/templates/program.html b/panikweb_templates/templates/program.html
deleted file mode 100644 (file)
index 9c84bc5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "emissions.html" %}
-{% load paniktags i18n %}
-{% block bodyID %}Program{% endblock %}
-{% block title %}{% trans 'Program' %}{% endblock %}
-{% block toptitle %}
-<h1 class="top bg-title"><a href="{% url 'grid' %}">{% trans 'Program' %}</a></h1>
-{% endblock %}
-{% block nav %}
-       {% emission_nav with klass="program" %}
-{% endblock %}
-{% block main %}
-
-<div class="wrapper">
-       <div class="program padded">
-               <nav>
-                               Du {{week_first_day|date:"l j N"}} au {{week_last_day|date:"l j N"}}
-               </nav>
-       </div>
-       {% weeknav year=year week=week weekday=0 %}
-</div>
-<div class="wrapper">
-       <div class="program">
-       {% weekview year=year week=week %}
-       </div>
-</div>
-{% endblock %}