From a79377b7ed84b2f88d99fbfe752c53b2295ff80b Mon Sep 17 00:00:00 2001 From: Ilmari Marttila Date: Fri, 20 Dec 2024 11:45:49 +0200 Subject: [PATCH] Wrap tabs in form element Used method is copied from other templates inheriting that valitse.html template. This resolves the problem of orphan form starting tag. --- web/templates/tupa/maaritaValitseTehtava.html | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/web/templates/tupa/maaritaValitseTehtava.html b/web/templates/tupa/maaritaValitseTehtava.html index 7e2ed23..624a8d3 100644 --- a/web/templates/tupa/maaritaValitseTehtava.html +++ b/web/templates/tupa/maaritaValitseTehtava.html @@ -1,13 +1,17 @@ {% extends "tupa/valitse.html" %} {{ block.super }} {% block sarake %} + {{ sarake }} +

+ Lisää uusi tehtävä +

+

+ Kopioi tehtäviä tähän sarjaan +

+ {% include "tupa/poista.html" %} +{% endblock %} +{% block content %}
- {{ sarake }} -

- Lisää uusi tehtävä -

-

- Kopioi tehtäviä tähän sarjaan -

- {% include "tupa/poista.html" %} - {% endblock %} + {{ block.super }} +
+{% endblock %}