]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/emissions/archives.html
settings: declare PROJECT_PATH
[panikweb-esperanzah.git] / panikweb / templates / emissions / archives.html
1 {% extends "emissions.html" %}
2 {% load paniktags i18n%}
3 {% block bodyID %}Emissions{% endblock %}
4 {% block title %}Archives{% endblock %}
5 {% block toptitle %}
6 <h1 class="top"><a href="{% url 'grid' %}">{% trans 'Program' %}</a></h1>
7 {% endblock %}
8 {% block nav %}
9         {% emission_nav with klass="archives" %}
10         <span class="bg-title" style="display: none"><a>{% trans 'Archives' %}</a></span>
11 {% endblock %}