home · contact · privacy
Add Todos view, filterable and sortable by process, date, comment, etc.
[plomtask] / templates / _base.html
index 0070630605f3db45602f70d524196344bb69c7a4..d192631e55befd85dde6a0a97a914fefc891e143 100644 (file)
@@ -25,10 +25,11 @@ td, th, tr, table {
 {% endblock %}
 </style>
 <body>
-<a href="processes">processes</a>
-<a href="conditions">conditions</a>
 <a href="day">today</a>
 <a href="calendar">calendar</a>
+<a href="conditions">conditions</a>
+<a href="processes">processes</a>
+<a href="todos">todos</a>
 <hr>
 {% block content %}
 {% endblock %}