fix: displays user's name & email in left footer
This commit is contained in:
@@ -76,9 +76,11 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="text-xs">
|
<p class="text-xs">
|
||||||
<strong class="block font-medium text-white">Eric Frusciante</strong>
|
{% if app.user.name %}
|
||||||
|
<strong class="block font-medium text-white">{{ app.user.name }}</strong>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<span class="text-white"> eric@frusciante.com </span>
|
<span class="text-white"> {{ app.user.email }} </span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user