From f47a474d7eccf839fba84b200d4ae9d79fd14db4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 18 Aug 2023 06:59:08 +0200 Subject: [PATCH] base/packages: move the package description down to the list it's easily missed muted at the top, just put it where all the other package information is. --- app/templates/base.html | 6 +++++- app/templates/package.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 7a14991..f34057c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,6 @@

Base Package: {{ s.name }}

-
{{ s.desc }}
@@ -37,6 +36,11 @@ {% endif %}
+
Description:
+
+ {{ s.desc }} +
+
Base Group(s):
{% for g in s.basegroups %} diff --git a/app/templates/package.html b/app/templates/package.html index e62c2e1..bb2284b 100644 --- a/app/templates/package.html +++ b/app/templates/package.html @@ -6,7 +6,6 @@

Package: {{ p.name }}

-
{{ p.desc }}
@@ -32,6 +31,11 @@

+
Description:
+
+ {{ p.desc }} +
+
Group(s):
{% for g in p.groups %}