Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 6
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patricia Isabella Nava
widget_group 6
Commits
2a6d469f
Commit
2a6d469f
authored
May 25, 2022
by
Pierre Ashley Salcedo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: changed profile images in detail.html for WidgetUser entries
parent
d74f3357
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
2 deletions
+10
-2
db.sqlite3
widget_group_6/db.sqlite3
+0
-0
201234.png
widget_group_6/homepage/static/homepage/images/201234.png
+0
-0
201524.png
widget_group_6/homepage/static/homepage/images/201524.png
+0
-0
204483.png
widget_group_6/homepage/static/homepage/images/204483.png
+0
-0
205678.png
widget_group_6/homepage/static/homepage/images/205678.png
+0
-0
detail.html
widget_group_6/homepage/templates/homepage/detail.html
+10
-2
No files found.
widget_group_6/db.sqlite3
View file @
2a6d469f
No preview for this file type
widget_group_6/homepage/static/homepage/images/201234.png
0 → 100644
View file @
2a6d469f
139 KB
widget_group_6/homepage/static/homepage/images/201524.png
0 → 100644
View file @
2a6d469f
107 KB
widget_group_6/homepage/static/homepage/images/204483.png
0 → 100644
View file @
2a6d469f
143 KB
widget_group_6/homepage/static/homepage/images/205678.png
0 → 100644
View file @
2a6d469f
194 KB
widget_group_6/homepage/templates/homepage/detail.html
View file @
2a6d469f
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment