Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App verbose_name not used in breadcrumbs #87

Open
frnhr opened this issue Dec 14, 2020 · 1 comment
Open

App verbose_name not used in breadcrumbs #87

frnhr opened this issue Dec 14, 2020 · 1 comment

Comments

@frnhr
Copy link

frnhr commented Dec 14, 2020

Django uses verbose_name of apps when constructing breadcrumbs. Solo doesn't :(

django/contrib/admin/templates/admin/change_form.html:

{{ opts.app_config.verbose_name }}

solo/templates/admin/solo/change_form.html:

{{ opts.app_label|capfirst|escape }}

Should probably update the code.

It is quite possible that some extra care has to be taken to maintain support for older versions of Django. I didn't check...

@johnthagen
Copy link
Collaborator

Related to #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants