]> git.mxchange.org Git - friendica.git/blob - view/templates/logout.tpl
fix account_type
[friendica.git] / view / templates / logout.tpl
1
2 <form action="{{$dest_url}}" method="post" >
3 <div class="logout-wrapper">
4 <input type="hidden" name="auth-params" value="logout" />
5 <input type="submit" name="submit" id="logout-button" value="{{$logout|escape:'html'}}" />
6 </div>
7 </form>