mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-10 00:31:28 +01:00
Account Manage: Change last login to correct login time
Instead of just "now"
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
</tr>
|
||||
<tr style="background-color: {{ config.darkborder }};" >
|
||||
<td class="LabelV" >Last Login:</td>
|
||||
<td>{{ "now"|date("j F Y, G:i:s") }}</td>
|
||||
<td>{{ account_logged.getCustomField('web_lastlogin')|date("j F Y, G:i:s") }}</td>
|
||||
</tr>
|
||||
{% autoescape false %}
|
||||
<tr style="background-color: {{ config.lightborder }};">
|
||||
|
||||
Reference in New Issue
Block a user