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
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
The breadcrumbs should looks like Home / Users / John Doe but it looks like Home /Users /John Doe. (See the lack of space between the slash and the word)
Which template are you using and what's your bootstrap version? django-bootstrap-breadcrumbs itself doesn't provide any css, it just generates HTML markup for bootstrap
By "template" I mean the HTML template, default one is for bootstrap v2, see docs section on that.
You probably want to add BREADCRUMBS_TEMPLATE = "django_bootstrap_breadcrumbs/bootstrap4.html" to settings.py
Version:
django-bootstrap-breadcrumbs==0.9.1
The breadcrumbs should looks like
Home / Users / John Doe
but it looks likeHome /Users /John Doe
. (See the lack of space between the slash and the word)base.py
users.py
profile.py
The fix I'm using:
The text was updated successfully, but these errors were encountered: