google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

Grappelli 2 - Bookmarks list link defaults to /admin/ #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install on system where admin root is not at "/admin" IE "/unguessable-
admin-root"
2.Use admin, click on bookmark list icon
3.Goes to /admin/grappelli/bookmark/ and 404s

What is the expected output? What do you see instead?
Should use path specified in settings under GRAPPELLI_ADMIN_URL, admin root 
is currently hardcoded in template as "/admin"

Issue is in /templates/admin/includes_grappelli/bookmarks.html on Line 30.

What version of the product are you using? On what operating system?
Grappelli 2, Django 1.1

Please provide any additional information below.
Link to bookmark list just needs to be changed to be dynamic per above. I 
simply hacked the template for my needs..

Original issue reported on code.google.com by ronaldwh...@gmail.com on 20 Oct 2009 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 27 Oct 2009 at 1:39

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r607.

Original comment by sehmaschine on 28 Oct 2009 at 10:27