]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/emissions/archives.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / emissions / archives.html
diff --git a/panikweb_templates/templates/emissions/archives.html b/panikweb_templates/templates/emissions/archives.html
deleted file mode 100644 (file)
index 300a3e2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "emissions.html" %}
-{% load paniktags i18n%}
-{% block bodyID %}Emissions{% endblock %}
-{% block title %}Archives{% endblock %}
-{% block toptitle %}
-<h1 class="top"><a href="{% url 'grid' %}">{% trans 'Program' %}</a></h1>
-{% endblock %}
-{% block nav %}
-       {% emission_nav with klass="archives" %}
-       <span class="bg-title" style="display: none"><a>{% trans 'Archives' %}</a></span>
-{% endblock %}