Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Templating #397

Open
harshmalik opened this issue Dec 13, 2017 · 0 comments
Open

HTML Templating #397

harshmalik opened this issue Dec 13, 2017 · 0 comments

Comments

@harshmalik
Copy link

forms.py

favauthors = TagField(widget=TagAutocompleteTagIt(max_tags=5))

models.py
favauthors = TagAutocompleteTagItField(max_tags=False)

HTML Templating:

{{form.favgenres}}

However the form field doesn't show up like a tag field, It just doesn't work.

How to do proper templating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant