From 236f9633569963f37d2e49b53a95a14195ad420e Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 6 Jun 2023 18:36:38 +0200 Subject: [PATCH] switching to using url_for to handle the url correctly on breadcube --- week5/templates/mosaic.html | 4 ++-- week5/templates/zoomreplace.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/week5/templates/mosaic.html b/week5/templates/mosaic.html index b3b6069..ae9ccf7 100644 --- a/week5/templates/mosaic.html +++ b/week5/templates/mosaic.html @@ -18,9 +18,9 @@ - {% for image in images %}{% endfor %} + {% for image in images %}{% endfor %} -
+ diff --git a/week5/templates/zoomreplace.html b/week5/templates/zoomreplace.html index cf8e883..972ff5d 100644 --- a/week5/templates/zoomreplace.html +++ b/week5/templates/zoomreplace.html @@ -5,7 +5,7 @@ {% for image in images %} {% endfor %} - +