-
Notifications
You must be signed in to change notification settings - Fork 705
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
django-suit revision template not rendered #438
Comments
Install latest version 0.2.15. This was fixed by PR: #424
|
still facing the same issue even after upgrading Exception TemplateSyntaxError at /admin/geography/state/recover/ |
Same here, there's a typo in the PR, it's not admin_url, but admin_urls ! Maybe some basic tests ie. with django-test-utils would be nice to have. |
PR #455 fixes it. |
#438 fixup! Updating breadcrumb URLs for django-reversion 1.9.3 compatibility
Just installed django revision and trying to integrate it with my django suit installation but i seem to be running into a snag i.e django-suit revision templates are not been picked up. I tried changing the installed_app order and reversion below django-suit. in this case the django suit templates do get picked up but when i click on the recover deleted object button no redirection to the change_list.html happens no errors. Could be my lack of understanding hope someone can point me to the right direction.
versions
]
settings.py
admin.py
The text was updated successfully, but these errors were encountered: