From: Christian Heller Date: Wed, 27 Mar 2024 00:49:57 +0000 (+0100) Subject: In template views, add links to Day and Process creation. X-Git-Url: https://plomlompom.com/repos/?p=plomtask;a=commitdiff_plain;h=37ad3f2181d8bacd2a9d48e8fca4ede1e24de6b6 In template views, add links to Day and Process creation. --- diff --git a/templates/base.html b/templates/base.html index e030a02..26c78c5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,7 @@ processes +today calendar
{% block content %} diff --git a/templates/processes.html b/templates/processes.html index 37de8f8..6dc3e85 100644 --- a/templates/processes.html +++ b/templates/processes.html @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% block content %} +add