From 9dc49a388cc8842d4f0c1560229d3a5b97f4f1aa Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 25 Feb 2024 03:44:25 +0100 Subject: [PATCH] add package license link to the store --- store/templates/app.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/store/templates/app.html b/store/templates/app.html index 6dc16a3b..111e6ffa 100644 --- a/store/templates/app.html +++ b/store/templates/app.html @@ -136,12 +136,13 @@

{{ _("Useful links") }}

{% set upstream = infos["manifest"]["upstream"] %} - {{ _("License: %(license)s", license=upstream.license) }} + {{ _("App license: %(license)s", license=upstream.license) }} {% if upstream.website %} {{ _(" Official website") }}{% endif %} {% if upstream.admindoc %} {{ _("Official admin documentation") }}{% endif %} {% if upstream.userdoc %} {{ _("Official user documentation") }}{% endif %} {% if upstream.code %} {{ _("Official code repository") }}{% endif %} {{ _("YunoHost package repository") }} + {{ _("YunoHost package license") }}
{% endblock %}