fix bug in logout page

This commit is contained in:
2018-06-25 23:18:27 +02:00
parent 12d2560133
commit 25ff89e5c9

View File

@@ -8,7 +8,7 @@
{{template "menu" .}}
<h1>Please confirm that you want to log out of your Pixeldrain account</h1>
<form method="POST" target="/logout" class="highlight_dark border_top border_bottom">
<form method="POST" action="/logout" class="highlight_dark border_top border_bottom">
<input type="submit" value="I want to log out of pixeldrain on this computer" class="button_highlight"/>
</form>
<br/>