From bcc2e4fcec619078059102dbd5c8172010390a46 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 15 Apr 2013 00:59:59 +0200 Subject: Some reorganizing --- templates/pages/constlist.jinja | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 templates/pages/constlist.jinja (limited to 'templates/pages/constlist.jinja') diff --git a/templates/pages/constlist.jinja b/templates/pages/constlist.jinja deleted file mode 100644 index ffe121f..0000000 --- a/templates/pages/constlist.jinja +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "page.jinja" %} - -{% block heading %} - Konstante Kosten -{% endblock %} - -{% block content %} -

Neuen Eintrag hinzufügen

- - {{ list(current, "Aktuell") }} - - {% if future %} {{ list(future, "Zukünftige") }} {% endif %} - {% if old %} {{ list(old, "Veraltet") }} {% endif %} -{% endblock %} - -{% macro list(list, h) %} -

{{ h }}

- -{% endmacro %} -- cgit v1.2.3-70-g09d2