mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
10 lines
282 B
Smarty
Executable file
10 lines
282 B
Smarty
Executable file
<h1>{{$title}}</h1>
|
|
|
|
<div class='oauthapp'>
|
|
<img src='{{$app.icon}}'>
|
|
<h4>{{$app.name}}</h4>
|
|
</div>
|
|
<h3>{{$authorize}}</h3>
|
|
<form method="POST">
|
|
<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes}}" /></div>
|
|
</form>
|