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
=== modified file 'summit/schedule/templates/schedule/attend.html'
--- summit/schedule/templates/schedule/attend.html 2012-10-20 20:12:17 +0000
+++ summit/schedule/templates/schedule/attend.html 2012-10-26 01:04:21 +0000
@@ -32,7 +32,7 @@
32 {{ form.as_template }}32 {{ form.as_template }}
33 {% if meeting.drafter.name = meeting.approver.name %}33 {% if meeting.drafter.name = meeting.approver.name %}
34 <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>34 <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>
35 {% else}35 {% else %}
36 <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>36 <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>
37 {% endif %}37 {% endif %}
38 {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %}38 {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %}

Subscribers

People subscribed via source and target branches

to all changes: