From 128054d96550551b1108e8b28456835030f2524f Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Wed, 3 Apr 2024 20:50:48 +1100 Subject: [PATCH] Remember other arguments when changing page, etc. in statement lines listing #3 --- drcr/templates/statements/statement_lines.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drcr/templates/statements/statement_lines.html b/drcr/templates/statements/statement_lines.html index b64a501..31cc1b2 100644 --- a/drcr/templates/statements/statement_lines.html +++ b/drcr/templates/statements/statement_lines.html @@ -1,5 +1,5 @@ {# DrCr: Web-based double-entry bookkeeping framework - Copyright (C) 2022–2023 Lee Yingtong Li (RunasSudo) + Copyright (C) 2022–2024 Lee Yingtong Li (RunasSudo) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -24,23 +24,23 @@
- + Import statement {% if request.args.get('unclassified', '0') != '1' %} - Show only unclassified lines + Show only unclassified lines {% endif %}