mirror of
https://github.com/friendica/friendica
synced 2024-11-19 12:23:40 +00:00
Merge pull request #894 from tobiasd/diabook_rememberme
added remember me checkbox to diabook login template
This commit is contained in:
commit
7c8e2e46d8
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
{{include file="field_openid.tpl" field=$lopenid}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$lremember}}
|
||||
|
||||
|
||||
<div id="login-submit-wrapper" >
|
||||
<input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
|
||||
|
|
Loading…
Reference in a new issue