delete tasks

This commit is contained in:
2022-11-13 23:09:56 -05:00
parent 3a129168c1
commit 5b8d054ed8
4 changed files with 16 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
rows="5"> </textarea>
</p>
<p>
<button type="submit">Add Task</button>
<button class="btn btn-primary" type="submit">Add Task</button>
</p>
</form>
{% endblock %}