utkbansal / crispy-forms-materialize

Django application to add materializecss support to django-crispy-forms
MIT License
20 stars 5 forks source link

Template does not exist : materialize/whole_uni_form.html #1

Open apaar97 opened 6 years ago

apaar97 commented 6 years ago

I am trying to use materialize with crispy-forms but this just doesn't work. Currently bootstrap works but materialize throws error :

Exception Type: TemplateDoesNotExist Exception Value: materialize/whole_uni_form.html

jpic commented 6 years ago

Add this app to INSTALLED_APPS for templates to load ;)