Adnane Belmadiaf has proposed merging lp:~daker/loco-directory/fix.812613 into 
lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  Bug #812613 in LoCo Team Directory: "Labels on Venue Details are too small"
  https://bugs.launchpad.net/loco-directory/+bug/812613

For more details, see:
https://code.launchpad.net/~daker/loco-directory/fix.812613/+merge/72511
-- 
https://code.launchpad.net/~daker/loco-directory/fix.812613/+merge/72511
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~daker/loco-directory/fix.812613 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-11-27 03:36:17 +0000
+++ loco_directory/templates/venues/venue_detail_basic.inc.html	2011-08-22 23:42:25 +0000
@@ -3,61 +3,61 @@
 {% if venue_object %}
     {% if venue_object.name %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Location name:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Location name:" %}</th>
             <td>{{ venue_object.name }}</td>
         </tr>
     {% endif %}
     {% if venue_object.address %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Address:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Address:" %}</th>
             <td class="form-item-value">{{ venue_object.address }}</td>
         </tr>
     {% endif %}
     {% if venue_object.city %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "City:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "City:" %}</th>
             <td class="form-item-value">{{ venue_object.city }}</td>
         </tr>
     {% endif %}
     {% if venue_object.spr %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "State/Province/Region:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "State/Province/Region:" %}</th>
             <td class="form-item-value">{{ venue_object.spr }}</td>
         </tr>
     {% endif %}
     {% if venue_object.country %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Country:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Country:" %}</th>
             <td class="form-item-value">{{ venue_object.country }}</td>
         </tr>
     {% endif %}
 	{% if venue_object.tz %}
 	<tr>
-			<th class="form-item-label" scope="row"><label>{% trans "Timezone:" %}</label></th>
+			<th class="form-item-label" scope="row">{% trans "Timezone:" %}</th>
 			<td class="form-item-value">{{ venue_object.tz }}</td>
 	</tr>
 	{% endif %}
     {% if venue_object.venue_url %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Homepage:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Homepage:" %}</th>
             <td class="form-item-value"><a href="{{ venue_object.venue_url }}">{{ venue_object.venue_url }}</a></td>
         </tr>
     {% endif %}
     {% if venue_object.longitude %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Longitude:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Longitude:" %}</th>
             <td class="form-item-value">{{ venue_object.longitude }}</td>
         </tr>
     {% endif %}
     {% if venue_object.latitude %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Latitude:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Latitude:" %}</th>
             <td class="form-item-value">{{ venue_object.latitude }}</td>
         </tr>
     {% endif %}
     {% if venue_object.comment %}
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Comment:" %}</label></th>
+            <th class="form-item-label" scope="row">{% trans "Comment:" %}</th>
             <td class="form-item-value">{{ venue_object.comment|linebreaksbr }}</td>
         </tr>
     {% 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

Reply via email to