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:
parent
a93f16c892
commit
0c330f0fd9
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue