add a title

merge-requests/208/head
fatchan 5 years ago
parent 5a6e7cbf94
commit 8e7d7131af
  1. 1
      views/pages/changepassword.pug
  2. 1
      views/pages/login.pug
  3. 1
      views/pages/register.pug

@ -4,6 +4,7 @@ block head
title Change Password
block content
h1.board-title Change Password
section.form-wrapper.flex-center.mv-10
form.form-post(action='/forms/changepassword' method='POST')
section.row

@ -4,6 +4,7 @@ block head
title Login
block content
h1.board-title Login
section.form-wrapper.flex-center.mv-10
form.form-post(action='/forms/login' method='POST')
input(type='hidden' name='goto' value=goto)

@ -4,6 +4,7 @@ block head
title Register
block content
h1.board-title Register
section.form-wrapper.flex-center.mv-10
form.form-post(action='/forms/register' method='POST')
section.row

Loading…
Cancel
Save