Allow accessing documents from admin pages
Closes #642 (closed)
Previous behaviour
Steps to reproduce:
- Upload some type of document
- Click the shown link to the document
- 404 as MEDIA_URL isn't served
New behaviour
Steps to validate that it works:
- Do same
- Observe that the link is going to the
get_document
handler - Also observe that you're getting the correctly localised version.
Edited by Thom Wiggers