Commit f8d95821 authored by Ramon Angelo Enriquez's avatar Ramon Angelo Enriquez

Merge branch 'enriquez/lab3'

parents 8a0f68f2 56ad2e8a
......@@ -14,7 +14,9 @@
<p style="position: absolute; left: 300px; top: 545px;">Home Unit: {{ user.department.home_unit }}</p>
<p style="position: absolute; left: 850px; top: 325px;">Email: {{ user.email }}</p>
<div class="picShadow"></div>
{% if user.picture %}
<img src="{{ user.picture.url }}" width="200" height="200">
{% endif %}
{% else %}
<p>User not found.</p>
{% endif %}
......
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 to comment