Adding some css, fix message on log in failure

This commit is contained in:
simojenki
2021-03-02 11:54:27 +11:00
parent 06024e8e36
commit ce6c1638fd
10 changed files with 63 additions and 23 deletions

View File

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