now with the ability to post new tasks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<span><h1>{% block title %} Tasks {% endblock %}</h1></span> <br>
|
||||
<span><h1>{% block title %} Tasks {% endblock %}</h1></span> <a class="btn btn-primary" href="/task/new" role="button">New Task</a> <br> <br>
|
||||
<div>
|
||||
{% for task in tasks %}
|
||||
{% set createdTime = datetime.fromtimestamp(task.created_timestamp) %}
|
||||
|
Reference in New Issue
Block a user