You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for this awesome lib.
I'm using your lib to create a IconField in my models. My issue is that I can't pass the 'size' parameter when I'm using the Rendering option.
Examle, when I'm writing this:
{{ quiz_icon.as_html size='fa-3x' }} <--- This is not working
I'm getting this error: Could not parse the remainder: ' size='fa-3x'' from 'quiz_icon.as_html size='fa-3x''
Instead, I can do that to create an icon with the default rendered.
{% fa5_icon 'check' size='fa-3x' %} <--- This is working
Is there any workaround for that?
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi! Thank you for this awesome lib.
I'm using your lib to create a IconField in my models. My issue is that I can't pass the 'size' parameter when I'm using the Rendering option.
Examle, when I'm writing this:
{{ quiz_icon.as_html size='fa-3x' }} <--- This is not working
I'm getting this error: Could not parse the remainder: ' size='fa-3x'' from 'quiz_icon.as_html size='fa-3x''
Instead, I can do that to create an icon with the default rendered.
{% fa5_icon 'check' size='fa-3x' %} <--- This is working
Is there any workaround for that?
Thank you in advance
The text was updated successfully, but these errors were encountered: