From caa0e1db19c0616031f7879d4298ed152b05f557 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 1 May 2022 21:38:59 +0200 Subject: Jinja2 templates. --- app/templates/modules/catalog.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 app/templates/modules/catalog.html (limited to 'app/templates/modules/catalog.html') diff --git a/app/templates/modules/catalog.html b/app/templates/modules/catalog.html deleted file mode 100644 index 857c654..0000000 --- a/app/templates/modules/catalog.html +++ /dev/null @@ -1,35 +0,0 @@ - - -{% extends "base.html" %} -{% block title %} - Catalog -{% endblock %} - -{% block content %} - insert module content here. - -

- Add product to your catalog -

- - - - - - - - - - - - {% for product in catalog %} - - - - - - - {% endfor %} - -
NamePriceSupplierUpdated
{{ product.name }}{{ product.price }}{{ product.supplier }}{{ product.updated }}
-{% endblock %} -- cgit v1.2.3