Skip to content
Snippets Groups Projects
Commit 20155363 authored by Martin Burchell's avatar Martin Burchell
Browse files

Changed tagging field to text from textarea

This allows the JavaScript to display the tags to work
parent 65f1822c
No related branches found
No related tags found
1 merge request!46Tagging frontend
......@@ -20,7 +20,7 @@ class AddEditItemForm(forms.Form):
required=True
)
tags = forms.CharField(
widget=forms.Textarea,
widget=forms.TextInput,
required=False
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment