From 1bca9e20775542a690f24cf7a6127865cfe7b8e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 8 Dec 2023 05:02:57 +0100 Subject: [PATCH] Continued: - ops, column and title confused --- templates/views/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/views/list.html b/templates/views/list.html index 101e926..6d6b190 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -67,12 +67,12 @@ {% endwith %} - {% with mode='original_software', amount=amount, value=row['original_software'] %} + {% with mode='software', amount=amount, value=row['software'] %} {% include "widgets/list_links.html" %} {% endwith %} - {% with mode='software', amount=amount, value=row['software'] %} + {% with mode='original_software', amount=amount, value=row['original_software'] %} {% include "widgets/list_links.html" %} {% endwith %} -- 2.39.2