Merge lp:~cjohnston/summit/context_processor_bug into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Nigel Babu
Approved revision: 230
Merged at revision: 230
Proposed branch: lp:~cjohnston/summit/context_processor_bug
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
summit/schedule/templates/schedule/past_summit.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/context_processor_bug
Reviewer Review Type Date Requested Status
Nigel Babu (community) Approve
Review via email: mp+84084@code.launchpad.net

Commit message

Fixes the context_processor bug that was created when next_summit was moved to common

To post a comment you must log in.
Revision history for this message
Nigel Babu (nigelbabu) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/templates/schedule/past_summit.html'
2--- summit/schedule/templates/schedule/past_summit.html 2011-07-19 01:57:02 +0000
3+++ summit/schedule/templates/schedule/past_summit.html 2011-12-01 11:23:23 +0000
4@@ -5,7 +5,7 @@
5 {% block title %}Previous Ubuntu Developer Summits{% endblock %}
6
7 {% block sub_nav_links %}
8- <a class="sub-nav-item" href="{% url summit.schedule.views.summit next_summit.name %}">Current Summit</a>
9+ <a class="sub-nav-item" href="{% url summit.common.views.summit next_summit.name %}">Current Summit</a>
10 {% endblock %}
11
12 {% block content %}

Subscribers

People subscribed via source and target branches