Merge lp:~cjohnston/loco-team-portal/bugfix-lp-620423 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 248
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-620423
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/venues/venue_detail_basic.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-620423
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+33164@code.launchpad.net

Description of the change

Adds the address back to venue page.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Look good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/venues/venue_detail_basic.inc.html'
2--- loco_directory/templates/venues/venue_detail_basic.inc.html 2010-07-09 03:12:41 +0000
3+++ loco_directory/templates/venues/venue_detail_basic.inc.html 2010-08-19 23:04:43 +0000
4@@ -7,7 +7,7 @@
5 <td>{{ venue_object.name }}</td>
6 </tr>
7 {% endif %}
8- {% if venue_object.street %}
9+ {% if venue_object.address %}
10 <tr>
11 <th class="form-item-label" scope="row"><label>{% trans "Address:" %}</label></th>
12 <td class="form-item-value">{{ venue_object.address }}</td>

Subscribers

People subscribed via source and target branches