Updates from PR feedback

This commit is contained in:
leigh-mil
2019-04-03 12:23:42 -04:00
parent 2feb10ea98
commit 215c2b4cbc
3 changed files with 3 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
</div>
{% if g.last_login %}
<div class="">
Last Login: <local-datetime timestamp='{{ g.last_login }}' format='MMM D YYYY H:mm Z'></local-datetime>
Last Login: <local-datetime timestamp='{{ g.last_login }}'></local-datetime>
</div>
{% endif %}
</footer>