summaryrefslogtreecommitdiff
path: root/views/partials
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials')
-rwxr-xr-xviews/partials/neweventform.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/neweventform.handlebars b/views/partials/neweventform.handlebars
index ea13298..f2175ff 100755
--- a/views/partials/neweventform.handlebars
+++ b/views/partials/neweventform.handlebars
@@ -49,7 +49,7 @@
<div class="form-group col-sm-10">
<div class="image-preview" id="eventImagePreview">
<label for="image-upload" id="eventImageLabel">Choose file</label>
- <input type="file" name="imageUpload" id="eventImageUpload" />
+ <input type="file" name="imageUpload" id="eventImageUpload" accept="image/jpeg,image/gif,image/png" />
</div>
<small class="form-text">Recommended dimensions (w x h): 920px by 300px.</small>
</div>