diff options
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html index f71d9d3..607faa1 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,5 +1,5 @@ {{template "layout.html" .}} -{{define "title"}} Register {{end}} +{{define "title"}} Login {{end}} {{define "content"}} <form action="/login" method="post"> <div class="field"> |