Commit 246f1919 authored by Justin Daniel Mendoza's avatar Justin Daniel Mendoza

Edited user_details.html file to include additional info

parent a1385349
......@@ -3,6 +3,7 @@
{% block content %}
<img src = {{user.user_imageUrl}}><br>
<p>{{user.last_name}}, {{user.first_name}} {{user.middle_name}}</p>
<h3>{{user.id_num}}</h3><br>
<h3>{{user.email}}</h3><br>
<h3>{{user.department.dept_name}}</h3><br>
......
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