diff options
Diffstat (limited to 'templates/character_profile.tmpl')
| -rw-r--r-- | templates/character_profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/character_profile.tmpl b/templates/character_profile.tmpl index 824e908..2711e03 100644 --- a/templates/character_profile.tmpl +++ b/templates/character_profile.tmpl @@ -35,7 +35,7 @@ </tr> <tr> <th>Last Login:</th> - <td>{{.LastLogin}}</td> + <td>{{FormatTimestamp .LastLogin}}</td> </tr> <tr> <th>Account Status:</th> |
