mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
il manquait un <div>
This commit is contained in:
parent
8c72b98d9d
commit
f281635c9a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{include="head"}
|
||||
<div>
|
||||
<form method="post" action="?login" name="loginform">
|
||||
<fieldset>
|
||||
<h2>login to your poche</h2>
|
||||
|
@ -20,4 +21,4 @@
|
|||
<input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
|
||||
<input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
|
||||
</form>
|
||||
{include="footer"}
|
||||
{include="footer"}
|
||||
|
|
Loading…
Reference in a new issue