4fb52385a8
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
11 lines
308 B
Smarty
11 lines
308 B
Smarty
|
|
<h2>{{$title}}</h2>
|
|
|
|
<div class="oauthapp">
|
|
{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
|
|
<h3>{{$app.name}}</h3>
|
|
</div>
|
|
<p>{{$authorize}}</p>
|
|
<form method="POST">
|
|
<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes}}" /></div>
|
|
</form>
|