Merge lp:~cjohnston/summit/theme-settings-update into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 423
Merge reported by: Chris Johnston
Merged at revision: not available
Proposed branch: lp:~cjohnston/summit/theme-settings-update
Merge into: lp:summit
Diff against target: 16 lines (+2/-2)
1 file modified
summit/settings.py (+2/-2)
To merge this branch: bzr merge lp:~cjohnston/summit/theme-settings-update
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+118781@code.launchpad.net

Commit message

Updates theme revno's to fix issue with form sizing

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/settings.py'
2--- summit/settings.py 2012-08-08 13:37:51 +0000
3+++ summit/settings.py 2012-08-08 15:42:25 +0000
4@@ -186,10 +186,10 @@
5 'bzr_apps': ('http://bazaar.launchpad.net/~django-foundations-dev/ubuntu-django-foundations/bzr_apps', '7'),
6
7 ## ubuntu-website supplied templates and styles
8- 'ubuntu_website': ('http://bazaar.launchpad.net/~ubuntu-community-webthemes/ubuntu-community-webthemes/light-django-theme', '45'),
9+ 'ubuntu_website': ('http://bazaar.launchpad.net/~ubuntu-community-webthemes/ubuntu-community-webthemes/light-django-theme', '46'),
10
11 ## linaro-website supplied templates and styles
12- 'linaro_website': ('http://bazaar.launchpad.net/~linaro-connect-theme-devs/ubuntu-community-webthemes/light-django-linaro-theme', '49'),
13+ 'linaro_website': ('http://bazaar.launchpad.net/~linaro-connect-theme-devs/ubuntu-community-webthemes/light-django-linaro-theme', '50'),
14 }
15
16 import logging

Subscribers

People subscribed via source and target branches