Changes between Initial Version and Version 1 of Ticket #4398
- Timestamp:
- Jun 1, 2007, 2:37:56 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4398 – Description
initial v1 1 1 In the admin class, if you do : 2 2 3 {{{ 3 4 js = ['http://127.0.0.1:8000/mediafiles/admin.js'] 5 }}} 4 6 5 7 It will be rendered like that in the admin : 6 8 9 {{{ 7 10 <script src="/media/http://127.0.0.1:8000/mediafiles/admin.js" type="text/javascript"/> 11 }}} 8 12 9 13 Doc says : « If you use relative URLs — URLs that don’t start with http:// or / — then the admin site will automatically prefix these links with settings.ADMIN_MEDIA_PREFIX. », so I guess this is a bug.