This commit is contained in:
aitzol 2022-04-29 10:28:43 +02:00
parent ebd94ac0c1
commit 64ed79e43a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<input id="password" name="password" type="password" required>
<button class="green" type="submit">{{str['login']}}</button>
<a href="signup">{{ str['or-sign-up'] }}</a>
<a href="/signup">{{ str['or-sign-up'] }}</a>
</form>
%for type, text, animation in get('alerts', []):