List of entries on exam details page generates invalid links #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The link generated displays the
__str__property of entry objects rather than linking to the ID.idvalue being used to generate URL was set to theentryobject and not theentry.idproperty. Rectified that in the next release.