home · contact · privacy
In template views, add links to Day and Process creation.
[plomtask] / templates / base.html
index e030a021f4a61925f9eb7ec25c549aec0c20fd09..26c78c595e2fba3cf3b214f3b97a84a787cd70b7 100644 (file)
@@ -3,6 +3,7 @@
 <meta charset="UTF-8">
 <body>
 <a href="processes">processes</a>
+<a href="day">today</a>
 <a href="calendar">calendar</a>
 <hr>
 {% block content %}