Skip to content
Permalink
Browse files
Capitalisation Fixes
  • Loading branch information
aa7401 committed Mar 25, 2020
1 parent 682afcf commit a71d10e3ec93fc0556494936c54bd1150a6977d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
@@ -13,9 +13,9 @@
<header>
<h1>Home</h1>
{{#if authorised}}
<a href="/logout">log out</a>
<a href="/logout">Log out</a>
{{else}}
<a href="/login">log in</a>
<a href="/login">Log in</a>
{{/if}}
</header>
{{#if msg}}
@@ -12,7 +12,7 @@
<body>
<header>
<h1>Log In</h1>
<a href="/register">register</a>
<a href="/register">Register</a>
</header>
{{#if msg}}
<p class="msg">{{msg}}</p>
@@ -30,6 +30,7 @@
<input type="hidden" name="referrer" value="{{referrer}}">
<p><input type="submit" value="Log in"></p>
</form>
<p><a href="/">Home page</a></p>
</main>
</body>
</html>

0 comments on commit a71d10e

Please sign in to comment.