Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 187 by pablo.platt: css namespace problem with admin css files
http://code.google.com/p/django-hotclub/issues/detail?id=187
What steps will reproduce the problem?
1. add base.css to complete_project/myapp/media/myapp/css/base.css
2. add to complete_project/templates/site_base.html <link rel="stylesheet"
href="{{ MEDIA_URL }}myapp/css/base.css" />
3. go to http://localhost:8000 and see with firebug that the admin css
files are being loaded instead of your base.css
What is the expected output? What do you see instead?
It should load myapp/media/css/base.css and not the admin base.css
What version of the product are you using? On what operating system?
0.7 trunk
Please provide any additional information below.
Maybe the problem has nothing to do with base.css and it will happen with
other media files with the same name.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---