From f878717c1dd5538ab9addd11313a64888add3e36 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Mon, 23 Jan 2023 18:39:35 -0700 Subject: [PATCH] Remove obsolete page --- .../templates/storefront/subscriptions.html | 68 ------------------- 1 file changed, 68 deletions(-) delete mode 100644 storefront/templates/storefront/subscriptions.html 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 %}