]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/emissions.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / emissions.html
diff --git a/panikweb_templates/templates/emissions.html b/panikweb_templates/templates/emissions.html
deleted file mode 100644 (file)
index 21e9d09..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends "base.html" %}
-{% load paniktags i18n %}
-{% block bodyID %}Emissions{% endblock %}
-{% block title %}Émissions{% endblock %}
-{% block toptitle %}
-<h1 class="top"><a href="{% url 'grid' %}">{% trans 'Program' %}</a></h1>
-{% endblock %}
-{% block nav %}
-       {% emission_nav with klass="emissions" %}
-       <span class="bg-title" style="display: none"><a>{% trans 'Emissions' %}</a></span>
-{% endblock %}
-{% block main %}
-<div class="emissions">
-
-       <div class="wrapper">
-               <ul class="custom list columns padded">
-               {% for emission in emissions %}
-                       <li class="item {% for category in emission.categories.all %} {{ category|slugify }}{% endfor %}{% if emission.archived %} archived{% endif %}"
-                       >{% emission_resume %}</li>
-               {% endfor %}
-               </ul>
-       </div>
-</div>
-{% endblock %}