diff --git a/store/templates/app.html b/store/templates/app.html index c738d2f..6dc16a3 100644 --- a/store/templates/app.html +++ b/store/templates/app.html @@ -136,12 +136,12 @@

{{ _("Useful links") }}

{% set upstream = infos["manifest"]["upstream"] %} - {{ _("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") }} + {{ _("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") }}
{% endblock %}