We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a form like:
from faicon.fields import FAIconField class SomeForm(forms.Form): icon = FAIconField()
And I render the field as
{{ form.icon }}
But instead a real icon field I see on webpage:
<faicon.fields.FAIconField>
What is a proper way to render icon field outside admin?
The text was updated successfully, but these errors were encountered:
Hi @azaitsev Have you found a solution in the long meantime? I've seen your post in stackoverflow but I'm too low rep to ask there.
Sorry, something went wrong.
No branches or pull requests
I have a form like:
And I render the field as
{{ form.icon }}
But instead a real icon field I see on webpage:
<faicon.fields.FAIconField>
What is a proper way to render icon field outside admin?
The text was updated successfully, but these errors were encountered: