aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-06 22:22:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-06 22:22:04 +0200
commitc8151e2288fdf5892546172020a1579b7e41f6d3 (patch)
tree7fb085e15f968d7fa0a381974407ad4651e56e61 /module/output/html.scm
parentFix time when creating from month view. (diff)
downloadcalp-c8151e2288fdf5892546172020a1579b7e41f6d3.tar.gz
calp-c8151e2288fdf5892546172020a1579b7e41f6d3.tar.xz
Create multiple events without refreshing page between.
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 1f1fed46..f08f6360 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -863,7 +863,8 @@
(data-end "2020-01-02"))
,(caddar ; strip <a> tag
(make-block event `((class " generated ")))))
- ,(popup event (string-append "popup" (html-id event))))))))))
+ (div (@ (class "template") (id "popup-template"))
+ ,(popup event (string-append "popup" (html-id event)))))))))))