From 2e3d76ad19e15599e06853cb960733f4d6bfd772 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 22 Apr 2023 13:59:39 +0200 Subject: [PATCH] Remove unused templates --- nummi/main/templates/main/tag/pmvalue.html | 9 --------- nummi/main/templates/main/tag/value.html | 5 ----- 2 files changed, 14 deletions(-) delete mode 100644 nummi/main/templates/main/tag/pmvalue.html delete mode 100644 nummi/main/templates/main/tag/value.html diff --git a/nummi/main/templates/main/tag/pmvalue.html b/nummi/main/templates/main/tag/pmvalue.html deleted file mode 100644 index db9eb45..0000000 --- a/nummi/main/templates/main/tag/pmvalue.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "main/tag/value.html" %} -{% block "value" %} - {% if value %} - {% if value > 0 %}+{% endif %} - {{ block.super }} - {% else %} - – - {% endif %} -{% endblock %} diff --git a/nummi/main/templates/main/tag/value.html b/nummi/main/templates/main/tag/value.html deleted file mode 100644 index 3cdbb41..0000000 --- a/nummi/main/templates/main/tag/value.html +++ /dev/null @@ -1,5 +0,0 @@ -{% spaceless %} - - {% block "value" %}{{ value }} €{% endblock %} - -{% endspaceless %}