aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorRedSwede <redswede@riseup.net>2015-01-29 16:22:14 +0100
committerRedSwede <redswede@riseup.net>2015-01-29 16:22:14 +0100
commit06291c6f4274b32dbc3b3e6ef01c80a8775f3094 (patch)
treed2252fb3c0c3ecc84a544c563738f1e185336469 /view/tpl
parentbee939d79ad625a68acdd27954bdf0296eadc959 (diff)
downloadvolse-hubzilla-06291c6f4274b32dbc3b3e6ef01c80a8775f3094.tar.gz
volse-hubzilla-06291c6f4274b32dbc3b3e6ef01c80a8775f3094.tar.bz2
volse-hubzilla-06291c6f4274b32dbc3b3e6ef01c80a8775f3094.zip
non-tested fix for issue 847
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/event_form.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index a4717415e..2479068f3 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -41,7 +41,7 @@
{{if $catsenabled}}
<div id="event-category-wrap">
- <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" />
+ <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" data-role="tagsinput" />
</div>
{{/if}}