home · contact · privacy
Add database connection, read and write Days through them.
[plomtask] / templates / base.html
index 508281e4fa53863d8a0a8311e6189d0ccdc220bf..a3975e46833632b52e3f2d1ac21889b240e88b51 100644 (file)
@@ -2,6 +2,8 @@
 <html>
 <meta charset="UTF-8">
 <body>
+<a href="calendar">calendar</a> | <a href="error">error</a>
+<hr>
 {% block content %}
 {% endblock %}
 </body>