This commit is contained in:
SiloDS
2021-07-30 13:27:35 +01:00
parent e362086ffe
commit ab9b2aa44b
3 changed files with 43 additions and 2 deletions

View File

@@ -47,6 +47,11 @@
{% if not current_user.is_anonymous %}
<a href="{{ url_for('logout') }}">Logout</a>
{% endif %}
{% if vpn %}
<a href="{{ url_for('vpndisconnect') }}">Disconnect</a>
{% else %}
<a href="{{ url_for('vpnconnect') }}">Connect</a>
{% endif %}
</div>
<hr>
{% block content %}{% endblock %}