implement addtask and addusers to a task features

This commit is contained in:
2024-01-16 14:44:06 +01:00
parent d81ff0592e
commit 9f2817fcf8
5 changed files with 64 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Decentrala</title>
<title>Task manager</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
@@ -15,6 +15,7 @@
<li><a href="/projects/{{task.id}}"> {{task.name}} </a></li>
{% endfor %}
</section>
<p> <a href="/addtask">Add</a> new task <p>
</main>
<footer>
</footer>