Robert Wall has proposed merging lp:~robertwall/loco-directory/590091 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#590091 Allow line breaks in the Venue information Comment field
https://bugs.launchpad.net/bugs/590091
Bug fix for LP #590091, to show linebreaks in venue comments.
--
https://code.launchpad.net/~robertwall/loco-directory/590091/+merge/29522
Your team loco-directory-dev is requested to review the proposed merge of
lp:~robertwall/loco-directory/590091 into lp:loco-directory.
=== modified file 'loco_directory/templates/events/team_event_detail_venue.inc.html'
--- loco_directory/templates/events/team_event_detail_venue.inc.html 2010-06-18 18:31:05 +0000
+++ loco_directory/templates/events/team_event_detail_venue.inc.html 2010-07-09 06:31:40 +0000
@@ -40,7 +40,7 @@
{% if team_event_object.venue.comment %}
<tr>
<th class="form-item-label" scope="row"><label>{% trans "Comment:" %}</label></th>
- <td class="form-item-value">{{ team_event_object.venue.comment }}</td>
+ <td class="form-item-value">{{ team_event_object.venue.comment|linebreaksbr }}</td>
</tr>
{% endif %}
{% endif %}
=== modified file 'loco_directory/templates/venues/venue_detail_basic.inc.html'
--- loco_directory/templates/venues/venue_detail_basic.inc.html 2010-06-23 02:25:18 +0000
+++ loco_directory/templates/venues/venue_detail_basic.inc.html 2010-07-09 06:31:40 +0000
@@ -46,7 +46,7 @@
{% if venue_object.comment %}
<tr>
<th class="form-item-label" scope="row"><label>{% trans "Comment:" %}</label></th>
- <td class="form-item-value">{{ venue_object.comment }}</td>
+ <td class="form-item-value">{{ venue_object.comment|linebreaksbr }}</td>
</tr>
{% endif %}
{% endif %}
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp