From 04892822306bf9a01de19cc70bcfc59d7fca9f8f Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Tue, 18 Aug 2026 11:44:36 -0500 Subject: move from fastapi to flask, various cleanups involved --- app/templates/image.html | 9 --------- app/templates/index.html | 6 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 app/templates/image.html (limited to 'app/templates') diff --git a/app/templates/image.html b/app/templates/image.html deleted file mode 100644 index c070faf..0000000 --- a/app/templates/image.html +++ /dev/null @@ -1,9 +0,0 @@ - - - Item Details - - - -

Item ID: {{ id }}

- - \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 991088a..a489c5e 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -6,7 +6,7 @@ - + Dylan's Photo Blog @@ -31,8 +31,8 @@
{% for img in images %} {% endfor %} -- cgit v1.2.3