]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/emissions/archives.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / emissions / archives.html
diff --git a/panikweb/templates/emissions/archives.html b/panikweb/templates/emissions/archives.html
new file mode 100644 (file)
index 0000000..300a3e2
--- /dev/null
@@ -0,0 +1,11 @@
+{% 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 %}