Merge lp:~jose/summit/plain-else-attend-fix into lp:summit

Proposed by José Antonio Rey
Status: Merged
Approved by: Nigel Babu
Approved revision: 466
Merged at revision: 466
Proposed branch: lp:~jose/summit/plain-else-attend-fix
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
summit/schedule/templates/schedule/attend.html (+1/-1)
To merge this branch: bzr merge lp:~jose/summit/plain-else-attend-fix
Reviewer Review Type Date Requested Status
Nigel Babu (community) Approve
Review via email: mp+131508@code.launchpad.net

Commit message

Fixed {% else } appearance in plain text in attend pages.

Description of the change

Fixed {% else } appearance in plain text in attend pages.

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

Ack

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/attend.html'
2--- summit/schedule/templates/schedule/attend.html 2012-10-20 20:12:17 +0000
3+++ summit/schedule/templates/schedule/attend.html 2012-10-26 01:04:21 +0000
4@@ -32,7 +32,7 @@
5 {{ form.as_template }}
6 {% if meeting.drafter.name = meeting.approver.name %}
7 <p id="twitter_update_list" style="color: black;">If you feel that your participation is required for this topic, please contact {{ meeting.approver.name }}, otherwise, please select one of the options above.</p>
8- {% else}
9+ {% else %}
10 <p id="twitter_update_list" style="color: black;">If you feel that your participation is required for this topic, please contact {{ meeting.drafter.name }} or {{ meeting.approver.name }}, otherwise, please select one of the options above.</p>
11 {% endif %}
12 {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %}

Subscribers

People subscribed via source and target branches

to all changes: