[Web] add seperate link for logged in users

This commit is contained in:
FreddleSpl0it
2023-02-16 15:39:12 +01:00
committed by DerLinkman
parent cfce7086a5
commit 415c1d0574
6 changed files with 64 additions and 21 deletions
+3 -1
View File
@@ -77,7 +77,9 @@
{% endfor %}
{% for row in app_links %}
{% for key, val in row %}
<a href="{{ val }}" role="button" class="btn btn-primary">{{ key }}</a>
<div class="m-2">
<a href="{{ val.link }}" role="button" class="btn btn-primary btn-block">{{ key }}</a>
</div>
{% endfor %}
{% endfor %}
</div>