Add Create Task button

This commit is contained in:
Yash Karandikar 2022-08-23 08:49:05 -05:00
parent d9491fba5f
commit 8cc388f396

View file

@ -1,5 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<a href="/tasks/create">
<button>+ Create Task</button>
</a>
{% for task in tasks %}
<div class="card">
<h3>{{task.title}}</h3>