home · contact · privacy
Add most basic Todo infrastructure.
[plomtask] / templates / base.html
index 427740bf4318da2cdcdd7416cd0e57d9ab9b22f7..26c78c595e2fba3cf3b214f3b97a84a787cd70b7 100644 (file)
@@ -2,7 +2,9 @@
 <html>
 <meta charset="UTF-8">
 <body>
-<a href="calendar">calendar</a> | <a href="test">test</a>
+<a href="processes">processes</a>
+<a href="day">today</a>
+<a href="calendar">calendar</a>
 <hr>
 {% block content %}
 {% endblock %}