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 %}