]> git.parisson.com Git - mezzo.git/commit
Init shop templates, cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 23 Sep 2016 15:11:46 +0000 (17:11 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 23 Sep 2016 15:11:46 +0000 (17:11 +0200)
commitf153b0d6ccfa67992e8b5858d8f97ef836a4a41f
tree1e46c2ba7d9d2d4f7427165601ff5224a92721ab
parentdf18a75e424db511880a1b951ca3880c3b2d166c
Init shop templates, cleanup
22 files changed:
app/organization/shop/urls.py
app/organization/shop/views.py
app/settings.py
app/templates/shop/base.html [new file with mode: 0644]
app/templates/shop/billing_shipping.html [new file with mode: 0644]
app/templates/shop/cart.html [new file with mode: 0644]
app/templates/shop/checkout.html [new file with mode: 0644]
app/templates/shop/complete.html [new file with mode: 0644]
app/templates/shop/confirmation.html [new file with mode: 0644]
app/templates/shop/includes/order_details.html [new file with mode: 0644]
app/templates/shop/includes/order_details_rtl.html [new file with mode: 0644]
app/templates/shop/includes/order_totals.html [new file with mode: 0644]
app/templates/shop/includes/order_totals.txt [new file with mode: 0644]
app/templates/shop/includes/payment_fields.html [new file with mode: 0644]
app/templates/shop/includes/user_panel.html [new file with mode: 0644]
app/templates/shop/order_history.html [new file with mode: 0644]
app/templates/shop/order_invoice.html [new file with mode: 0644]
app/templates/shop/order_invoice_pdf.html [new file with mode: 0644]
app/templates/shop/payment.html [new file with mode: 0644]
app/templates/shop/product.html [new file with mode: 0644]
app/templates/shop/wishlist.html [new file with mode: 0644]
app/urls.py