This commit is contained in:
Luke Murphy 2020-07-02 12:27:41 +02:00
parent 2a4fb9d827
commit 5dffc7db72
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<p>List of apps that can be installed:</p>
<ul>
{% for app in apps %}
<li><a href="/config/{{ app }}">{{ app }}</a></li>
<li><a href="/install/{{ app }}">{{ app }}</a></li>
</ul>
{% endfor %}
</body>