2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<h1>{{$title}}</h1>
|
|
|
|
|
|
|
|
<div class='oauthapp'>
|
|
|
|
<img src='{{$app.icon}}'>
|
|
|
|
<h4>{{$app.name}}</h4>
|
|
|
|
</div>
|
|
|
|
<h3>{{$authorize}}</h3>
|
|
|
|
<form method="POST">
|
2015-02-16 03:30:12 -05:00
|
|
|
<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes|escape:'html'}}" /></div>
|
2013-04-23 07:47:57 -04:00
|
|
|
</form>
|