Commit 4c600e01 by Guba Sándor

dashboard: add last_login

parent 55e743b2
......@@ -42,6 +42,7 @@
{% trans "Email address" %}: {{ profile.email }}
{% endif %}
</p>
<p>{% trans "Last login" %}: {{ request.user.last_login}}</p>
{% if request.user == profile %}
<p>
{% trans "Use email address as Gravatar profile image" %}:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment