summaryrefslogtreecommitdiffstats
path: root/accounts/templates
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-01-25 01:13:56 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-02-02 04:22:17 +0100
commit0f5553f09a8297738430e4cbc50e3bff48895ad6 (patch)
treea008af90c801772f353c4a97424217668d8bf9e0 /accounts/templates
parent34ed40c6dc1fbc1cbdcd44de484ba908239a2f76 (diff)
downloadweb-0f5553f09a8297738430e4cbc50e3bff48895ad6.tar.gz
web-0f5553f09a8297738430e4cbc50e3bff48895ad6.tar.bz2
web-0f5553f09a8297738430e4cbc50e3bff48895ad6.zip
Redirect to login page
Diffstat (limited to 'accounts/templates')
-rw-r--r--accounts/templates/base.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/accounts/templates/base.html b/accounts/templates/base.html
index b97c5ed..084e747 100644
--- a/accounts/templates/base.html
+++ b/accounts/templates/base.html
@@ -16,11 +16,7 @@
<div id="header-background">&nbsp;</div>
<header>
<h1>
- {%- if current_user.is_authenticated -%}
<a href="{{ url_for('default.index') }}">
- {%- else -%}
- <a href="{{ url_for('default.login') }}">
- {%- endif -%}
<img src="{{ url_for('static', filename='logo.png') }}" alt="spline accounts" />
</a>
</h1>