Chris Johnston has proposed merging 
lp:~chrisjohnston/loco-directory/bugfix-lp-620423 into lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  #620423 The address of the venue is missing
  https://bugs.launchpad.net/bugs/620423


Adds the address back to venue page.
-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/bugfix-lp-620423/+merge/33164
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~chrisjohnston/loco-directory/bugfix-lp-620423 into lp:loco-directory.
=== modified file 'loco_directory/templates/venues/venue_detail_basic.inc.html'
--- loco_directory/templates/venues/venue_detail_basic.inc.html	2010-07-09 03:12:41 +0000
+++ loco_directory/templates/venues/venue_detail_basic.inc.html	2010-08-19 23:04:41 +0000
@@ -7,7 +7,7 @@
 				<td>{{ venue_object.name }}</td>
 		</tr>
 		{% endif %}
-		{% if venue_object.street %}
+		{% if venue_object.address %}
 		<tr>
 				<th class="form-item-label" scope="row"><label>{% trans "Address:" %}</label></th>
 				<td class="form-item-value">{{ venue_object.address }}</td>

_______________________________________________
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

Reply via email to