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

'admin_static' is not a registered tag library #2

Open
Jakejamesreid opened this issue Nov 30, 2020 · 0 comments
Open

'admin_static' is not a registered tag library #2

Jakejamesreid opened this issue Nov 30, 2020 · 0 comments

Comments

@Jakejamesreid
Copy link

I get the following error when extending UnsavedChangesAdmin
'admin_static' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_urls
cache
i18n
l10n
log
static
tz

Fix was to use {% load static %} instead of {% load admin_static %} in the change_form.html file.

Found solution here:
jazzband/django-constance#366

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

No branches or pull requests

1 participant