fix bug in logout page
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{{template "menu" .}}
|
{{template "menu" .}}
|
||||||
|
|
||||||
<h1>Please confirm that you want to log out of your Pixeldrain account</h1>
|
<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"/>
|
<input type="submit" value="I want to log out of pixeldrain on this computer" class="button_highlight"/>
|
||||||
</form>
|
</form>
|
||||||
<br/>
|
<br/>
|
||||||
|
Reference in New Issue
Block a user