You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current base template (located at templates/base.html) is substituted by my own templates/base.html. Though this might be a feature in some cases the behavior is unexpected and undesired to me.
Suggested solution is to move base.html into templates/django_dynamic_views/
The text was updated successfully, but these errors were encountered:
Shouldn't all templates reside in templates/django_dynamic_views simply to avoid this kind of confusion? The loading order of templates is poorly documented, I don't think we should confuse users by adding unexpected behavior...
Using your suggestion I did manage to find an easy fix for the other issue I raised: #10
The current base template (located at templates/base.html) is substituted by my own templates/base.html. Though this might be a feature in some cases the behavior is unexpected and undesired to me.
Suggested solution is to move base.html into templates/django_dynamic_views/
The text was updated successfully, but these errors were encountered: