From 0982d4d07818a11f006966e56e8ff92d7a6dd80e Mon Sep 17 00:00:00 2001 From: albertlast Date: Sat, 8 Aug 2026 18:46:44 +0200 Subject: [PATCH] Makes the report picker a list of labelled choices template_report_type() built its list of reports as a dl.settings, which is the label-and-control pattern used for settings forms. It does not fit here: the
held the report's description rather than its label, and the
held the radio together with the label it belongs to. So the definition list paired every report's description with the report after it, and the actual label was inside the definition rather than the term. Each report is now one