diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-06 16:18:13 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-06 16:19:08 +0100 |
commit | 115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 (patch) | |
tree | 5f982435fc68b004112b95418e8efba8fb6f200e /views/optionsform.handlebars | |
parent | c64b6febe5298219858bdc7ad27c3dfa1117a4de (diff) |
refactor: frontend routes into TS file, new event path
Diffstat (limited to 'views/optionsform.handlebars')
-rwxr-xr-x | views/optionsform.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/optionsform.handlebars b/views/optionsform.handlebars index a844d12..85ebd9f 100755 --- a/views/optionsform.handlebars +++ b/views/optionsform.handlebars @@ -10,7 +10,7 @@ <div class="form-check"> <input class="form-check-input" type="checkbox" id="guestlistCheckbox" name="guestlistCheckbox" {{#if data.guestlistCheckbox}}checked{{/if}}> <label class="form-check-label" for="guestlistCheckbox"> - {{#if isPrivate}}Privately display{{else}}Publicly display{{/if}} the list of attendees + Display the list of attendees </label> </div> <div class="form-check"> |