From 7684fccfa33f687fa4ac9d6a58b792d3859136a0 Mon Sep 17 00:00:00 2001 From: texhno Date: Mon, 15 Jan 2024 20:16:05 +0100 Subject: [PATCH] FE tst commit --- taskmanager/templates/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/taskmanager/templates/index.html b/taskmanager/templates/index.html index ee1cca6..95bdf2e 100644 --- a/taskmanager/templates/index.html +++ b/taskmanager/templates/index.html @@ -3,7 +3,7 @@ - Index + Decentrala @@ -11,8 +11,9 @@
-

{{ pagevariable1 }}

-

{{ pagevariable2 }}

+ {% for task in tasks %} +

  • {{task}}
  • + {% endfor %}