aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/calendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/html/view/calendar.scm')
-rw-r--r--module/html/view/calendar.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/html/view/calendar.scm b/module/html/view/calendar.scm
index 3c239bc6..72fcccbd 100644
--- a/module/html/view/calendar.scm
+++ b/module/html/view/calendar.scm
@@ -290,6 +290,7 @@
calendars))
(div (@ (id "calendar-dropdown-template") (class "template"))
(select
+ (option "- Choose a Calendar -")
,@(map (lambda (calendar)
`(option (@ (value ,(html-attr (prop calendar 'NAME))))
,(prop calendar 'NAME)))