home · contact · privacy
Improve todo accounting.
[misc] / todo_templates / calendar.html
index 343019aa6387b8254a2bd3fce7ef39ec390bfec4..59dd5c57bf58654d9f7f4ce9410fa5b8ee0c518f 100644 (file)
@@ -70,6 +70,10 @@ to: <input name="end" {% if end_date %}value="{{ end_date }}"{% endif %} placeho
 {% endfor %}
 </table>
 
+<p>
+<a href="calendar_export?{% if start_date %}start={{start_date}}&{% endif %}{% if end_date %}end={{end_date}}{% endif %}">exportable</a>
+</p>
+
 </form>
 {% endblock %}