Fix link href for specific user page
This commit is contained in:
@ -36,9 +36,9 @@
|
|||||||
{% if activeuser is not none %}
|
{% if activeuser is not none %}
|
||||||
<h5 class="card-title">{{ user.name }}</h5>
|
<h5 class="card-title">{{ user.name }}</h5>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="/season/Christoph" class="link-dark"><h5 class="card-title">{{ user.name }}</h5></a>
|
<a href="/season/{{ user.name }}" class="link-dark"><h5 class="card-title">{{ user.name }}</h5></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<form action="/guessseason/{{ user.name }}" method="post">
|
<form action="/guessseason/{{ user.name }}" method="post">
|
||||||
|
|
||||||
{# Hot Take #}
|
{# Hot Take #}
|
||||||
|
|||||||
Reference in New Issue
Block a user