diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-28 14:24:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-28 14:24:41 -0700 |
commit | c61853ff0b06c1e41de0e0dfff6b660b693d5e3b (patch) | |
tree | 2091768e77876562a69d53f3d4b0abe48f3f7476 /view/tpl/login.tpl | |
parent | 0f36916fb40ae963652aa150e7b3aa22a9572d15 (diff) | |
parent | bdecb61bfa170412c7db513e6b58a13d0b0930f3 (diff) | |
download | volse-hubzilla-c61853ff0b06c1e41de0e0dfff6b660b693d5e3b.tar.gz volse-hubzilla-c61853ff0b06c1e41de0e0dfff6b660b693d5e3b.tar.bz2 volse-hubzilla-c61853ff0b06c1e41de0e0dfff6b660b693d5e3b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/login.tpl')
-rwxr-xr-x | view/tpl/login.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 3d3faa41c..492149abb 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -11,6 +11,8 @@ {{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" id="register-link" class="pull-right">{{$register.desc}}</a>{{/if}} <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a> </div> + <hr> + <a href="rmagic" class="btn btn-block btn-outline-success rmagic-button">{{$remote_login}}</a> </div> {{foreach $hiddens as $k=>$v}} <input type="hidden" name="{{$k}}" value="{{$v}}" /> |