aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/login.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-28 14:24:41 -0700
committerzotlabs <mike@macgirvin.com>2017-09-28 14:24:41 -0700
commitc61853ff0b06c1e41de0e0dfff6b660b693d5e3b (patch)
tree2091768e77876562a69d53f3d4b0abe48f3f7476 /view/tpl/login.tpl
parent0f36916fb40ae963652aa150e7b3aa22a9572d15 (diff)
parentbdecb61bfa170412c7db513e6b58a13d0b0930f3 (diff)
downloadvolse-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-xview/tpl/login.tpl2
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}}" />