Open
Description
Bug
When viewing a historical object in the admin, the "HISTORY" button on the top right does nothing on-click.
To Reproduce
- Go to admin page.
- Click on any model.
- Click on an instance of the model to get to the admin form.
- Click the "HISTORY" button in the top right.
- Click on some past instance.
- Click the "HISTORY" button in the top right again.
- Nothing happens.
Expected behavior
On clicking the button, you return to the list of historical objects.
Screenshots
HTML from Chrome developer, showing an empty href:
Environment
- OS: Windows 10
- Browser (if applicable): Chrome
- Django Simple History Version: 2.7.0
- Django Version: 2.1.5
- Database Version: PostgreSQL 10.4
Additional context
I'm not 100% sure if this is coming from your side or mine. Every other piece of history-functionality appears to be working - I cant see what would cause this bug.