Tests for /register

This commit is contained in:
simojenki
2021-02-25 14:14:51 +11:00
parent c1e64dfc32
commit 6c5b78cd6e
7 changed files with 214 additions and 139 deletions

5
web/views/success.eta Normal file
View File

@@ -0,0 +1,5 @@
<% layout('./layout', { title: "Yippee" }) %>
<div id="content">
<h1><%= it.message %></h1>
</div>