Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_jupert
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
Joseph Izon
widget_jupert
Commits
f0edce16
Commit
f0edce16
authored
May 27, 2022
by
Joseph Izon
💀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix detail page to match new arrangement of models
parent
0454a345
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
detail.html
widget_jupert/homepage/templates/homepage/detail.html
+12
-9
No files found.
widget_jupert/homepage/templates/homepage/detail.html
View file @
f0edce16
...
@@ -4,15 +4,18 @@
...
@@ -4,15 +4,18 @@
<h1>
{{ users.last_name }}, {{ users.first_name }} {{users.middle_name}}
</h1>
<h1>
{{ users.last_name }}, {{ users.first_name }} {{users.middle_name}}
</h1>
{% for dept in dept_list %}
<p>
{{users.id_num}}
</p>
{% if dept.user.last_name == users.last_name %}
<p>
{{users.email}}
</p>
<p>
{{dept.user.id_num}}
</p>
<p>
{{users.dept.dept_name}}
</p>
<p>
{{dept.user.email}}
</p>
<p>
{{users.dept.home_unit}}
</p>
<p>
{{dept.dept_name}}
</p>
<p>
{{dept.home_unit}}
</p>
{% endif %}
{% endfor %}
{% if users.image %}
<img
src=
{{users.image.url}}
>
<img
src=
{{users.image.url}}
>
{% else %}
{% endif %}
{% 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