Ticket #596: Checkout_Shipping_Country_Error.diff
| File Checkout_Shipping_Country_Error.diff, 0.8 kB (added by nosforz, 3 months ago) |
|---|
-
templates/checkout/form.html
old new 182 182 {% if form.ship_postal_code.errors %}<tr><td> </td><td>*** {{ form.ship_postal_code.errors|join:", " }}</td></tr>{% endif %} 183 183 184 184 {% if not country %} 185 <tr class="shiprow"><td><label for="id_ship_country">{% trans "Country" %}</label></td><td> {{ form.ship_country }}</td></tr>185 <tr><td><label for="id_ship_country">{% trans "Country" %}</label></td><td> {{ form.ship_country }}</td></tr> 186 186 {% if form.ship_country.errors %}<tr><td> </td><td>*** {{ form.ship_country.errors|join:", " }}</td></tr>{% endif %} 187 187 {% endif %} 188 188
