Advertisement
Guest User

Untitled

a guest
Feb 21st, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.80 KB | None | 0 0
  1. diff -r a7acabe404ed satchmo/apps/payment/templates/shop/checkout/form.html
  2. --- a/satchmo/apps/payment/templates/shop/checkout/form.html    Fri Feb 03 04:23:04 2012 +0100
  3. +++ b/satchmo/apps/payment/templates/shop/checkout/form.html    Tue Feb 21 12:54:18 2012 +0200
  4. @@ -79,7 +79,7 @@
  5.      <tr><td><label for="id_discount">{% trans "Discount code" %}</label></td><td>{{ form.discount }}</td></tr>
  6.      {% if form.discount.errors %}<tr><td class="error" colspan="2">*** {{ form.discount.errors|join:", " }}</td></tr>{% endif %}
  7.  {% endif %}
  8. -{% if sale %}{% include "product/sale_details.html" %}{% endif %}
  9. +{% if storewide_sale %}{% include "product/sale_details.html" with sale=storewide_sale %}{% endif %}
  10.  
  11.     <tr><td></td><td><input type="submit" value="{% trans "Continue Checkout" %}"/></td></tr>
  12.  </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement