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
It's challenging to provide good-looking templates with a generic package because any site using it might have just about any layout and styling set up. That means we pretty much have to keep the styling of the templates we ship in django_bread very basic, and assume any site using them will extend or replace them.
But right now, there's significant logic in the templates to provide default functionality for the views, and any site using this is going to end up copying a lot of that, and then won't pick up bug fixes when they update django_bread.
Perhaps we could move most or all of the logic into template tags, so that sites could use the tags in their own templates but the logic would be in django_bread's code and would be updated when django_bread is updated?
No description provided.
The text was updated successfully, but these errors were encountered: