forked from Decentrala/taskmanager
implement addtask and addusers to a task features
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user