aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-05 02:44:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-05 02:44:28 +0200
commit7fd091319ee3cca1abea5e7bfcd3e6271f452015 (patch)
tree418983b0564182a05d59ad8143819a4df73eb40d /module
parentBind new form for cloned events. (diff)
downloadcalp-7fd091319ee3cca1abea5e7bfcd3e6271f452015.tar.gz
calp-7fd091319ee3cca1abea5e7bfcd3e6271f452015.tar.xz
Remove old edit mode.
Diffstat (limited to 'module')
-rw-r--r--module/calp/html/vcomponent.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 0f8014db..7414654b 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -139,6 +139,7 @@
key: (fmt-header list))
`(div (@ (class " eventtext edit-tab "))
(form (@ (class "edit-form"))
+ (div (@ (class "dropdown-goes-here")))
(h3 (input (@ (type "text")
(placeholder "Sammanfattning")
(name "summary") (required)