From 83707701e9dee84fd9cb5b522e16e801751c42c4 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 5 May 2025 16:49:34 +0200 Subject: [PATCH] Fix template formatting issues --- .../news/collection/views/rules.html | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/newsreader/news/collection/templates/news/collection/views/rules.html b/src/newsreader/news/collection/templates/news/collection/views/rules.html index e40591c..77c2034 100644 --- a/src/newsreader/news/collection/templates/news/collection/views/rules.html +++ b/src/newsreader/news/collection/templates/news/collection/views/rules.html @@ -9,10 +9,10 @@
@@ -32,15 +32,23 @@ - {% include "components/form/checkbox.html" with id="select-all" data_input="rules" - id_for_label="select-all" %} + {% include "components/form/checkbox.html" with id="select-all" data_input="rules" id_for_label="select-all" %} + + + {% trans "Name" %} + + + {% trans "Category" %} + + + {% trans "URL" %} + + + {% trans "Successfuly ran" %} + + + {% trans "Enabled" %} - {% trans "Name" %} - {% trans "Category" %} - {% trans "URL" %} - {% trans "Successfuly ran" - %} - {% trans "Enabled" %}