mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Tweak the template
This commit is contained in:
parent
616b853009
commit
713eb6acac
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<li style="margin-bottom:15px;"><span class="lcolor">{{action.ts|format_ts}}</span>
|
<li style="margin-bottom:15px;"><span class="lcolor">{{action.ts|format_ts}}</span>
|
||||||
<strong>{% if action.verified_by == "login" %}Authorization{% else %}Token{% endif %}</strong>
|
<strong>{% if action.verified_by == "login" %}Authorization{% else %}Token{% endif %}</strong>
|
||||||
requested by <a style="font-weight:bold" href="{{ action.client_id }}">{{ action.client_id }}</a>
|
requested by <a style="font-weight:bold" href="{{ action.client_id }}">{{ action.client_id }}</a>
|
||||||
<a style="font-weight:bold;" href="{{action.me}}">{{action.me}}</a>
|
as <a style="font-weight:bold;" href="{{action.me}}">{{action.me}}</a>
|
||||||
({% if action.scope %}scope=<code>{{action.scope}}</code>,{% endif %}redirect_uri={{action.redirect_uri}}).
|
({% if action.scope %}scope=<code>{{action.scope}}</code>,{% endif %}redirect_uri={{action.redirect_uri}}).
|
||||||
{% if action.token_expires %}
|
{% if action.token_expires %}
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue