Private
Public Access
1
0

user login and redirect after registration

This commit is contained in:
Sander Roosendaal
2018-11-29 08:40:25 +01:00
parent 9d8af5a767
commit f8066c8c7d
8 changed files with 74 additions and 19 deletions

View File

@@ -157,7 +157,7 @@
{% elif user.rower.rowerplan == 'plan' %}
<i class="fas fa-user-chart "></i>
{% else %}
<a href="/rowers/me/edit" title="Profile">
<a href="/rowers/me/preferences" title="Profile">
<i class="fas fa-user"></i>
{% endif %}
</a>

View File

@@ -173,7 +173,7 @@
{% elif user.rower.rowerplan == 'plan' %}
<i class="fas fa-user-tie "></i>
{% else %}
<a href="/rowers/me/edit" title="Profile">
<a href="/rowers/me/preferences" title="Profile">
<i class="fas fa-user"></i>
{% endif %}
</a>