redesigned registration prompt

Implements changes suggested in #15.

A new registration prompt! (basically the same but nicely packaged now)

It now also has new links between both the login and register pages.
merge-requests/6/head
4 raccoons in a trenchcoat. / luna vivian 2023-04-20 04:08:46 +02:00
parent 2c52b27622
commit 398587e998
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@
<tr><td colspan='2' style='text-align:right;'><input type='submit' value='Login'></td></tr>
</table>
</form>
<p>Don't have an account yet? <a href="/login">Register an account!</a></p>
<p>Don't have an account yet? <a href="/register.shs">Register an account!</a></p>
{{.reason}}

View File

@ -6,5 +6,5 @@
<tr><td colspan='2' style='text-align:right;'><input type='submit' value='Register'></td></tr>
</table>
</form>
<p>Have an account already? <a href="/login">Log in with your credentials!</a></p>
<p>Have an account already? <a href="/login.shs">Log in with your credentials!</a></p>
{{.reason}}