Merge pull request #733 from dod-ccpo/add-last-login-timestamp

Add last login timestamp
This commit is contained in:
leigh-mil
2019-04-03 13:10:52 -04:00
committed by GitHub
10 changed files with 85 additions and 7 deletions

View File

@@ -7,4 +7,9 @@
<span>{{ "footer.jedi_help_link_text" | translate }}</span>
</a>
</div>
{% if g.last_login %}
<div class="">
Last Login: <local-datetime timestamp='{{ g.last_login }}'></local-datetime>
</div>
{% endif %}
</footer>