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/partials/neweventform.handlebars | |
| parent | c64b6febe5298219858bdc7ad27c3dfa1117a4de (diff) | |
refactor: frontend routes into TS file, new event path
Diffstat (limited to 'views/partials/neweventform.handlebars')
| -rwxr-xr-x | views/partials/neweventform.handlebars | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/views/partials/neweventform.handlebars b/views/partials/neweventform.handlebars index d456d2e..3c7e060 100755 --- a/views/partials/neweventform.handlebars +++ b/views/partials/neweventform.handlebars @@ -1,6 +1,5 @@  <h4 class="mb-2">Create an event</h4>  <form id="newEventForm" action="/newevent" method="post" enctype="multipart/form-data"> -   <input type="text" hidden class="form-control" id="eventType" name="eventType" value="{{eventType}}">    <div class="form-group row">      <label for="eventName" class="col-sm-2 col-form-label">Event name</label>      <div class="form-group col-sm-10"> @@ -54,17 +53,6 @@        <small class="form-text">Recommended dimensions (w x h): 920px by 300px.</small>      </div>    </div> -  {{#unless isPublic}} -  <div class="form-group row"> -    <label for="eventPassword" class="col-sm-2 col-form-label">Event password</label> -    <div class="form-group col-sm-10"> -      <input type="password" class="form-control" id="eventPassword" name="eventPassword" placeholder="Don't forget it!" data-validation="required"> -    </div> -    <div class="form-group col-sm-10 offset-sm-2"> -      <div class="" id="passwordStrengthBar"></div> -    </div> -  </div> -  {{/unless}}    <div class="form-group row">      <label for="hostName" class="col-sm-2 col-form-label">Host name</label>      <div class="form-group col-sm-10">  | 
