zostera/django-bootstrap4

TemplateDoesNotExist at / bootstrap4/messages.html

Closed this issue · 5 comments

I am using the following code in https://github.com/egorsmkv/simple-django-login-and-register/blob/master/source/content/templates/layouts/default/page.html#L77

    {% bootstrap_messages %}

but getting this error now after updating the library to 24.2:

TemplateDoesNotExist at /
bootstrap4/messages.html

When I downgrade the library to 24.1, then it works as expected

dyve commented

It looks like the templates are no longer included in the package. Thank you for reporting, Investigating. Please pin 24.1 as a workaround.

dyve commented

Dropping setuptools_scm caused this. We don't need this for version tracking, but it seems it does make it easier to include all necessary data. I'll try a fix by bringing setuptools_scm back.

dyve commented

Fixed in 24.3. Apologies.

Thank you @dyve !