2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<form action="{{$dest_url}}" method="post" >
|
|
|
|
<div class="logout-wrapper">
|
|
|
|
<input type="hidden" name="auth-params" value="logout" />
|
2015-02-16 09:30:12 +01:00
|
|
|
<input type="submit" name="submit" id="logout-button" value="{{$logout|escape:'html'}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
</div>
|
|
|
|
</form>
|