aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/serve.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js
index b5ca5a3..9a2eeed 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -3718,6 +3718,7 @@ Serve.prototype.composer = function (opts, cb) {
)
) : '',
closeIssueCheckbox(done()),
+ mentionAttendeesCheckbox(done()),
h('div', h('input.wide', {name: 'content_warning', size: 70,
value: data.content_warning || '',
placeholder: 'Content Warning'})),