Merge pull request 'Fix login' (#5) from augustin64/MsRewards-Reborn:augustin64-fix-login into master

Reviewed-on: piair/MsRewards-Reborn#5
This commit is contained in:
piair 2023-10-09 18:50:25 +02:00
commit d4c3e70e5f

View File

@ -3,11 +3,11 @@
{% block content %}
{%if not current_user.is_authenticated %}
<form method="post" action="/login">
<form method="post" action="/login/">
<table>
<tr>
<td class="comlumn-name">password</td>
<td><input type="text" name="password"></td>
<td><input type="password" name="password"></td>
</tr>
<tr>
<td></td>