summaryrefslogtreecommitdiffstats
path: root/accounts/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/base.html')
-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>