Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_someone here is possessed by an owl
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
Laetitia de Castro
widget_someone here is possessed by an owl
Commits
e3b473e4
Commit
e3b473e4
authored
May 24, 2022
by
Anya Habana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed list style type to ordered list for displaying Widget Users
parent
511e4e76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.html
homepage/templates/users/index.html
+3
-3
No files found.
homepage/templates/users/index.html
View file @
e3b473e4
...
...
@@ -11,11 +11,11 @@
<h1
class=
"homepage-heading"
>
Welcome to Widget!
</h1>
<h2
class=
"homepage-subheading"
>
Widget Users:
</h2>
{% if user_list %}
<
u
l>
<
o
l>
{% for user in user_list %}
<li><a
href=
"/users/{{ user.id }}/details/"
></a>
{{
forloop.counter }}. {{
user.last_name }}, {{ user.first_name }} {{ user.middle_name }}
</li>
<li><a
href=
"/users/{{ user.id }}/details/"
></a>
{{ user.last_name }}, {{ user.first_name }} {{ user.middle_name }}
</li>
{% endfor %}
</
u
l>
</
o
l>
{% else %}
<p>
There are no widget users currently.
</p>
{% endif %}
...
...
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