diff options
Diffstat (limited to 'view/tpl/smarty3/login.tpl')
-rw-r--r-- | view/tpl/smarty3/login.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/smarty3/login.tpl b/view/tpl/smarty3/login.tpl index 393c08e2f..e530429b2 100644 --- a/view/tpl/smarty3/login.tpl +++ b/view/tpl/smarty3/login.tpl @@ -3,6 +3,7 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} + <form action="{{$dest_url}}" id="{{$form_id}}" method="post" > <input type="hidden" name="auth-params" value="login" /> |