Merge lp:~zematynnad/ubuntu-webcatalog/fix_build_2_7 into lp:ubuntu-webcatalog

Proposed by Danny Tamez
Status: Merged
Approved by: Anthony Lenton
Approved revision: 72
Merged at revision: 72
Proposed branch: lp:~zematynnad/ubuntu-webcatalog/fix_build_2_7
Merge into: lp:ubuntu-webcatalog
Diff against target: 12 lines (+1/-1)
1 file modified
src/webcatalog/views.py (+1/-1)
To merge this branch: bzr merge lp:~zematynnad/ubuntu-webcatalog/fix_build_2_7
Reviewer Review Type Date Requested Status
Canonical Consumer Applications Hackers Pending
Review via email: mp+96673@code.launchpad.net

Commit message

Fix the build

Description of the change

Fix the build -

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 'src/webcatalog/views.py'
2--- src/webcatalog/views.py 2012-03-08 21:50:03 +0000
3+++ src/webcatalog/views.py 2012-03-08 22:23:20 +0000
4@@ -178,7 +178,7 @@
5 app = get_object_or_404(Application, package_name=package_name,
6 distroseries__code_name=distro)
7 if form.is_valid():
8- subject = 'Link for {}'.format(app.name)
9+ subject = 'Link for {0}'.format(app.name)
10 link = request.build_absolute_uri(reverse('wc-package-detail',
11 args=[distro, package_name]))
12 context = {'name': app.name, 'link': link}

Subscribers

People subscribed via source and target branches