home · contact · privacy
Improve accounting scripts.
[misc] / todo_templates / calendar.html
index 8f0aa8e52bb598cfcdeb20bb41593feda30503a4..5d49b5abc488df8e4a83ef94544d408ddeb08b33 100644 (file)
@@ -7,7 +7,7 @@ td.checkbox { width: 0.1em; height: 0.1em; padding: 0em; text-align: center; }
 {% block content %}
 <form action="{{action|e}}" method="POST">
 <p>
-from: <input name="start" {% if start_date %}value="{{ start_date }}"{% endif %} placeholder="{{ today }}" />
+from: <input name="start" {% if start_date %}value="{{ start_date }}"{% endif %} placeholder="yesterday" />
 to: <input name="end" {% if end_date %}value="{{ end_date }}"{% endif %} placeholder="2030-12-31" />
 <input type="submit" value="OK" />
 </p>