From 881f77caff79bdf63bf20d48ba96b65ed81335d4 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 8 Jun 2025 21:06:40 +0200 Subject: [PATCH] Wire floating button to show article list versions --- templates/floating_button.html | 18 +++++++++--------- templates/list_improvements.html | 2 -- templates/list_originals.html | 2 -- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/templates/floating_button.html b/templates/floating_button.html index 8b5ad6c..f506e65 100644 --- a/templates/floating_button.html +++ b/templates/floating_button.html @@ -5,7 +5,7 @@ diff --git a/templates/list_improvements.html b/templates/list_improvements.html index 95dc896..a92244b 100644 --- a/templates/list_improvements.html +++ b/templates/list_improvements.html @@ -1,5 +1,3 @@ - - {% for article in articles %}
{{article.title}}
diff --git a/templates/list_originals.html b/templates/list_originals.html index 36ab5d2..83035cd 100644 --- a/templates/list_originals.html +++ b/templates/list_originals.html @@ -1,5 +1,3 @@ - - {% for article in articles %}
{{article.original.title}}