1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

store: fix hardcoded url

This commit is contained in:
Alexandre Aubin 2024-05-11 18:41:37 +02:00
parent a93f16c892
commit 0c330f0fd9

View file

@ -95,7 +95,7 @@
>
<td class="text-center text-blue-600 font-medium"><a href="{{ infos["url"] }}">{{ app }}</a></td>
<td class="font-bold">
<a href="https://apps.yunohost.org/app/{{ app }}">
<a href="{{ url_for('app_info', app_id=app) }}">
{{ infos["public_level"] }}
{% if infos["public_level"] == "?" %}
{% elif infos["public_level"] == 0 %}