css breaks when using static template context processor
Bug #865623 reported by
Ricardo Kirkner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Django Pre-flight |
Fix Committed
|
Undecided
|
Ricardo Kirkner |
Bug Description
CSS breaks when serving it using django 1.3's static media handler + statc template context processor. This is because the overview view doesn't use a RequestContext instance for rendering the view.
Related branches
lp://staging/~ricardokirkner/django-preflight/865623-overview-with-requestcontext
- David Owen (community): Approve
-
Diff: 65 lines (+28/-1)2 files modifiedpreflight/tests.py (+25/-0)
preflight/views.py (+3/-1)
Changed in django-preflight: | |
status: | New → In Progress |
assignee: | nobody → Ricardo Kirkner (ricardokirkner) |
Changed in django-preflight: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.