Merge lp:~ronnie.vd.c/loco-team-portal/datepicker-css-fix into lp:loco-team-portal

Proposed by Ronnie
Status: Merged
Merged at revision: 356
Proposed branch: lp:~ronnie.vd.c/loco-team-portal/datepicker-css-fix
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/events/forms.py (+1/-1)
To merge this branch: bzr merge lp:~ronnie.vd.c/loco-team-portal/datepicker-css-fix
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+45310@code.launchpad.net

Description of the change

The datepicker had no CSS, because the link was wrong. Its fixed now

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/events/forms.py'
2--- loco_directory/events/forms.py 2010-12-16 18:12:05 +0000
3+++ loco_directory/events/forms.py 2011-01-05 22:37:53 +0000
4@@ -29,7 +29,7 @@
5
6 class Media:
7 css = {'all': (
8- '/media/jquery-ui/css/css/smoothness/jquery-ui.css',
9+ '/media/jquery-ui/css/smoothness/jquery-ui.css',
10 '/media/jquery-ui-timepicker/css/ui-lightness/ui.timepickr.css',
11 '/media/css/colortip-1.0-jquery.css',
12 )}

Subscribers

People subscribed via source and target branches