Commit 2a6d469f authored by Pierre Ashley Salcedo's avatar Pierre Ashley Salcedo

chore: changed profile images in detail.html for WidgetUser entries

parent d74f3357
...@@ -14,7 +14,15 @@ ...@@ -14,7 +14,15 @@
</ul> </ul>
</div> </div>
<div> <div>
<img src = "{% static 'homepage/images/test.jpg' %}" alt = "profile image"> {% if user.id_num == 201234 %}
</div> <img src = "{% static 'homepage/images/201234.png' %}" alt = "profile image">
{% elif user.id_num == 201524 %}
<img src = "{% static 'homepage/images/201524.png' %}" alt = "profile image">
{% elif user.id_num == 204483 %}
<img src = "{% static 'homepage/images/204483.png' %}" alt = "profile image">
{% else %}
<img src = "{% static 'homepage/images/205678.png' %}" alt = "profile image">
{% endif %}
</div>
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
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