From 3fc035e60f211994a8e4727f37fb97a16e962139 Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Sat, 4 Feb 2023 22:44:56 +0100 Subject: [PATCH] . --- templates/_base.html | 4 ++-- templates/labelbase.html | 4 ++-- templates/labelbase_new.html | 10 ++-------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/templates/_base.html b/templates/_base.html index daef258..a1b6816 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -290,7 +290,7 @@ body {
{% csrf_token %}
diff --git a/templates/labelbase.html b/templates/labelbase.html index a9e05c5..3d29d27 100644 --- a/templates/labelbase.html +++ b/templates/labelbase.html @@ -89,7 +89,7 @@
{% csrf_token %}
diff --git a/templates/labelbase_new.html b/templates/labelbase_new.html index 84509e5..7c87d82 100644 --- a/templates/labelbase_new.html +++ b/templates/labelbase_new.html @@ -1,17 +1,11 @@ -{% comment %} {% extends "_base.html" %} {% load i18n %} {% block content %}
+

New labelbase

- {% endcomment %} - -x {% csrf_token %} {{ form.as_p }} - -{% comment %} +
- {% endblock %} -{% endcomment %}