diff --git a/storefront/templates/storefront/subscriptions.html b/storefront/templates/storefront/subscriptions.html deleted file mode 100644 index 73ffb92..0000000 --- a/storefront/templates/storefront/subscriptions.html +++ /dev/null @@ -1,68 +0,0 @@ -{% extends 'base.html' %} -{% load static %} - -{% block head %} - - - -{% endblock %} - -{% block content %} -
-

Subscriptions

-

SUBSCRIBE AND SAVE

-
-
-
-
- {% csrf_token %} -
-

Pick your coffee

-
- {% for product in product_list %} -
- - - - - -
- {% endfor %} -
-
-
-

Pick your options

- {{ form.as_p }} -
- - - - - - - - - - - - - -
Retail total
Save10%
Subscription total
-
-

-

- -

-
-
-
-
-{% endblock %}