django 1.8 jinja2 add css class to field -


i want able add css class field in django 1.8 , jinja2.

previously doing this:

{{ form.country|add_class('form-control')|safe }} 

that using django-widget-tweaks previously, django 1.8 has native jinja support, best way this?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

Website Login Issue developed in magento -