diff options
author | friendica <info@friendica.com> | 2014-05-01 20:14:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-01 20:14:51 -0700 |
commit | 56125f8c46bfdf3f624b411c67d7df3253b921fc (patch) | |
tree | 64eaecf743e4c46f229e432e560f7d8435875705 /view/tpl | |
parent | a39a1584bd6ebe5538af6be0f88ad06dd0e8033d (diff) | |
download | volse-hubzilla-56125f8c46bfdf3f624b411c67d7df3253b921fc.tar.gz volse-hubzilla-56125f8c46bfdf3f624b411c67d7df3253b921fc.tar.bz2 volse-hubzilla-56125f8c46bfdf3f624b411c67d7df3253b921fc.zip |
shift login box on small screens
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/login.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index a1952d408..f6f48e138 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,3 +1,4 @@ + <form action="{{$dest_url}}" id="{{$form_id}}" method="post" > <input type="hidden" name="auth-params" value="login" /> |