bornhack-website/src/shop/templates
Víðir Valberg Guðmundsson 20f380dfd6
Planked code form betterforms. (Aka django 3.0 upgrade) (#436)
* Bump django from 2.2.8 to 3.0.2 in /src/requirements

Bumps [django](https://github.com/django/django) from 2.2.8 to 3.0.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Planked code form betterforms.

* Remove betterform from requirements.

* Try with master of django-allauth-2fa.

* Use static templatetag library, staticfiles is gone.

* Use newly released django-allauth-2fa 0.8 instead of git url.

* Django 3.0.3 is out.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-07 18:21:34 +01:00
..
admin move code to src/ folder 2017-01-30 12:06:49 +01:00
emails No need for this. 2019-03-27 23:37:34 +01:00
pdf Planked code form betterforms. (Aka django 3.0 upgrade) (#436) 2020-02-07 18:21:34 +01:00
bank_transfer.html better wording on bank transfer page 2019-07-21 15:55:14 +02:00
cash.html move code to src/ folder 2017-01-30 12:06:49 +01:00
checkout.html move code to src/ folder 2017-01-30 12:06:49 +01:00
coinify_thanks.html move code to src/ folder 2017-01-30 12:06:49 +01:00
creditnote_list.html Make review and pay button save changes made to order. Also move shop related templates back into shop app. 2019-07-09 10:07:00 +02:00
epay_form.html move code to src/ folder 2017-01-30 12:06:49 +01:00
epay_thanks.html move code to src/ folder 2017-01-30 12:06:49 +01:00
order_detail.html Redirect to review if the order is closed but not paid. Also remove the option to remove products when the order is closed. 2019-07-09 10:46:30 +02:00
order_list.html handed_out -> ticket_generated 2019-07-18 21:20:29 +02:00
order_review.html Add cancel and proforma buttons to review and pay template. 2019-07-09 10:59:03 +02:00
product_detail.html Use OrderProductRelationForm to validate stock when adding a new product to order, also make it possible to update the quantity of a product on the product detail page if it is already in the current order. 2019-03-27 23:34:44 +01:00
shop_base.html redirect back to shop after adding something to an order, and make link to shopping cart bigger 2019-07-21 16:27:25 +02:00
shop_index.html Use OrderProductRelationForm to validate stock when adding a new product to order, also make it possible to update the quantity of a product on the product detail page if it is already in the current order. 2019-03-27 23:34:44 +01:00