diff --git a/app.py b/app.py index 042397f..c7436f2 100755 --- a/app.py +++ b/app.py @@ -10,7 +10,7 @@ def status(): o = openvpnstatus.openvpnstatus() return render_template('status.html', connections = o.connections, routes = o.routes) -@app.route('/redirect') +@app.route('/socialnerds') def redir(): return redirect('https://www.socialnerds.org') diff --git a/templates/footer.html b/templates/footer.html index 5e0dc4d..c7c584f 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -5,6 +5,6 @@ Hello, my dear {{ test2 }}!


-form | status +form | status | socialnerds {% endif %} {% endblock %}