diff options
author | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-17 11:19:22 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-17 11:19:22 +0000 |
commit | 4ef3273f8bca7ad84140730cea9e7842ee5a0a79 (patch) | |
tree | 6821e50a901589a7533a97e2211c4378d3780734 /views/newevent.handlebars | |
parent | 1873af016e95bf2df512e332c7014e233cd57c17 (diff) |
Make emails optional when creating events/groups
Diffstat (limited to 'views/newevent.handlebars')
-rwxr-xr-x | views/newevent.handlebars | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/newevent.handlebars b/views/newevent.handlebars index 9d10f2d..5e7752f 100755 --- a/views/newevent.handlebars +++ b/views/newevent.handlebars @@ -12,13 +12,13 @@ <div class="container mb-4"> <div class="row"> <div class="col-sm-4 p-2"> - <button type="button" id="showNewEventFormButton" class="btn btn-lg btn-secondary w-100"><i class="fas fa-file"></i> Create a new event</button> + <button type="button" id="showNewEventFormButton" class="btn btn-secondary w-100"><i class="fas fa-file"></i> Create a new event</button> </div> <div class="col-sm-4 p-2"> - <button type="button" id="showImportEventFormButton" class="btn btn-lg btn-secondary w-100"><i class="fas fa-file-import"></i> Import an existing event</button> + <button type="button" id="showImportEventFormButton" class="btn btn-secondary w-100"><i class="fas fa-file-import"></i> Import an existing event</button> </div> <div class="col-sm-4 p-2"> - <button type="button" id="showNewEventGroupFormButton" class="btn btn-lg btn-secondary w-100"><i class="fas fa-folder-open"></i> Create a new event group </button> + <button type="button" id="showNewEventGroupFormButton" class="btn btn-secondary w-100"><i class="fas fa-folder-open"></i> Create a new event group </button> </div> </div> </div> |