home · contact · privacy
Add single-day view / retrieval.
[plomtask] / templates / base.html
index 508281e4fa53863d8a0a8311e6189d0ccdc220bf..0068d1160a1c57b36a788763444e08a597b560e3 100644 (file)
@@ -2,6 +2,8 @@
 <html>
 <meta charset="UTF-8">
 <body>
+<a href="calendar">calendar</a>
+<hr>
 {% block content %}
 {% endblock %}
 </body>