]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/loginform.html
Vintage theme: fix routes in daily page
[github/shaarli/Shaarli.git] / tpl / vintage / loginform.html
index a37920667883f5182a083be7b8387bcbf09a7791..6aa20ab193453df7baaa9128c0106bfb0c3f50dd 100644 (file)
@@ -11,7 +11,7 @@
   {include="page.header"}
 
   <div id="headerform">
-    <form method="post" name="loginform">
+    <form method="post" name="loginform" action="{$base_path}/login">
       <label for="login">Login: <input type="text" id="login" name="login" tabindex="1"
          {if="!empty($username)"}value="{$username}"{/if}>
       </label>