79364149

Date: 2025-01-17 08:58:03
Score: 2
Natty:
Report link

settings.py

INSTALLED_APPS = [ ..., 'crispy_forms', 'crispy_bootstrap5', # Forgetting this was probably your error ] And then at the bottom of the page of settings.py

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5" CRISPY_TEMPLATE_PACK = "bootstrap5"

for me, this solved for that problem

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: KV Ravi Sagar