home · contact · privacy
Add titles and other metadata to pages.
[plomtask] / templates / calendar.html
index eae103d9929ccc061b6eff1d296ecf2767325e81..220e9bb0f8ced2fc07cba917c3256d1b1fa82c2a 100644 (file)
@@ -1,4 +1,6 @@
-{% extends 'base.html' %}
+{% extends '_base.html' %}
+
+
 
 {% block css %}
 tr.week_row td {
@@ -19,6 +21,8 @@ td.day_name {
 
 
 {% block content %}
+<h3>calendar</h3>
+
 <form action="calendar" method="GET">
 from <input name="start" value="{{start}}" />
 to <input name="end" value="{{end}}" />