summaryrefslogtreecommitdiff
path: root/views/newevent.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@gmail.com>2022-01-17 11:19:22 +0000
committerRaphael Kabo <raphaelkabo@gmail.com>2022-01-17 11:19:22 +0000
commit4ef3273f8bca7ad84140730cea9e7842ee5a0a79 (patch)
tree6821e50a901589a7533a97e2211c4378d3780734 /views/newevent.handlebars
parent1873af016e95bf2df512e332c7014e233cd57c17 (diff)
Make emails optional when creating events/groups
Diffstat (limited to 'views/newevent.handlebars')
-rwxr-xr-xviews/newevent.handlebars6
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>