Commit 15ecc458 authored by Anya Habana's avatar Anya Habana

Added default profile picture image

parent 96e37d0e
...@@ -15,8 +15,10 @@ ...@@ -15,8 +15,10 @@
<img src="{% static 'user1.jpeg' %}" class="homepage-image" alt="Leni Robredo"> <img src="{% static 'user1.jpeg' %}" class="homepage-image" alt="Leni Robredo">
{% elif widgetuser.id == 2 %} {% elif widgetuser.id == 2 %}
<img src="{% static 'user2.jpeg' %}" class="homepage-image" alt="Lady Gaga"> <img src="{% static 'user2.jpeg' %}" class="homepage-image" alt="Lady Gaga">
{% else %} {% elif widgetuser.id == 3 %}
<img src="{% static 'user3.jpeg' %}" class="homepage-image" alt="Bruno Mars"> <img src="{% static 'user3.jpeg' %}" class="homepage-image" alt="Bruno Mars">
{% else %}
<img src="{% static 'user4.jpeg' %}" class="homepage-image" alt="Default Profile Picture">
{% endif %} {% endif %}
<p>ID: {{ widgetuser.id }}</p> <p>ID: {{ widgetuser.id }}</p>
......
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