django-bootstrap-calendar
django-bootstrap-calendar copied to clipboard
Passing options to bootstrap_calendar_init seems to not be working
Hey I have tried to pass the "width" parameter to this templatetag but the calendar always displays at 100% no matter what, should the templatetag be called like this: {% bootstrap_calendar_init width="30%" %} if I wanted to change the width at initialization of the calendar?