.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user