Fix the IndieAuth template log
This commit is contained in:
parent
0f6fa36fbd
commit
766678fb8f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<ul style="list-style-type:none;padding:0;">
|
||||
{% for action in indieauth_actions %}
|
||||
<li style="margin-bottom:15px;"><span class="lcolor">{{action.ts|format_ts}}</span>
|
||||
<strong>{% if action.verified_by == "login" %}Authentication {% else %}Authorization {% endif %}</strong>
|
||||
<strong>{% if action.verified_by == "id" %}Authentication {% else %}Authorization {% endif %}</strong>
|
||||
request by <a style="font-weight:bold" href="{{ action.client_id }}">{{ action.client_id }}</a>
|
||||
/ {{action.ip_address}} {% if action.geoip %}({{action.geoip}}){% endif %}
|
||||
as <a style="font-weight:bold;" href="{{action.me}}">{{action.me}}</a>
|
||||
|
|
Loading…
Reference in a new issue