summaryrefslogtreecommitdiff
path: root/views/partials/neweventgroupform.handlebars
diff options
context:
space:
mode:
authorRaphael <raphaelkabo@gmail.com>2020-02-06 11:13:10 +0000
committerGitHub <noreply@github.com>2020-02-06 11:13:10 +0000
commitb0de8dc1d798965b8d6789b66ede19084ba84f35 (patch)
tree8b4db2859177c86bcaf569f703346663ffa3bae8 /views/partials/neweventgroupform.handlebars
parent43a6bf362105e96eeb7ed8641096cd1f5064d3f2 (diff)
parenta594946b13c15fda6d49f0651ffdf2332a3793cd (diff)
Merge branch 'master' into newmaster
Diffstat (limited to 'views/partials/neweventgroupform.handlebars')
-rwxr-xr-xviews/partials/neweventgroupform.handlebars36
1 files changed, 18 insertions, 18 deletions
diff --git a/views/partials/neweventgroupform.handlebars b/views/partials/neweventgroupform.handlebars
index fddc795..8201c60 100755
--- a/views/partials/neweventgroupform.handlebars
+++ b/views/partials/neweventgroupform.handlebars
@@ -11,8 +11,8 @@
<div class="form-group row">
<label for="eventGroupDescription" class="col-sm-2 col-form-label">Description</label>
<div class="form-group col-sm-10">
- <textarea class="form-control expand" id="eventGroupDescription" name="eventGroupDescription" data-validation="required" placeholder="You can always edit it later."></textarea>
- <small class="form-text"><a href="https://commonmark.org/help/">Markdown</a> formatting supported.</small>
+ <textarea class="form-control expand" id="eventGroupDescription" name="eventGroupDescription" data-validation="required" placeholder="You can always edit it later."></textarea>
+ <small class="form-text"><a href="https://commonmark.org/help/">Markdown</a> formatting supported.</small>
</div>
</div>
<div class="form-group row">
@@ -24,11 +24,11 @@
<div class="form-group row">
<label for="eventGroupImage" class="col-sm-2 col-form-label">Cover image</label>
<div class="form-group col-sm-10">
- <div class="image-preview" id="eventGroupImagePreview">
- <label for="image-upload" id="eventGroupImageLabel">Choose file</label>
- <input type="file" name="imageUpload" id="eventGroupImageUpload" />
- </div>
- <small class="form-text">Recommended dimensions (w x h): 920px by 300px.</small>
+ <div class="image-preview" id="eventGroupImagePreview">
+ <label for="image-upload" id="eventGroupImageLabel">Choose file</label>
+ <input type="file" name="imageUpload" id="eventGroupImageUpload" />
+ </div>
+ <small class="form-text">Recommended dimensions (w x h): 920px by 300px.</small>
</div>
</div>
<div class="form-group row">
@@ -52,15 +52,15 @@
</form>
<script>
- $(document).ready(function() {
- $.uploadPreview({
- input_field: "#eventGroupImageUpload",
- preview_box: "#eventGroupImagePreview",
- label_field: "#eventGroupImageLabel",
- label_default: "Choose file",
- label_selected: "Change file",
- no_label: false
- });
- autosize($('textarea'));
- });
+ $(document).ready(function() {
+ $.uploadPreview({
+ input_field: "#eventGroupImageUpload",
+ preview_box: "#eventGroupImagePreview",
+ label_field: "#eventGroupImageLabel",
+ label_default: "Choose file",
+ label_selected: "Change file",
+ no_label: false
+ });
+ autosize($('textarea'));
+ });
</script>