Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_gitgud
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
Neal Luigi D. Rodriguez
midterm_gitgud
Commits
cf9b5575
Commit
cf9b5575
authored
May 15, 2023
by
Neal Luigi D. Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Database Populated
parent
0c65f7d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
dashboard.html
widget_gitgud/Dashboard/templates/Dashboard/dashboard.html
+1
-1
db.sqlite3
widget_gitgud/db.sqlite3
+0
-0
No files found.
widget_gitgud/Dashboard/templates/Dashboard/dashboard.html
View file @
cf9b5575
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<h1>
Welcome to Widget!
</h1>
<h1>
Welcome to Widget!
</h1>
<ul>
<ul>
{% for user in users %}
{% for user in users %}
<li><a
href =
"../widgetusers/{{ user.id }}/details/"
>
{{ user.last_name }} {{ user.first_name }}
</a></li>
<li><a
href =
"../widgetusers/{{ user.id }}/details/"
>
{{ user.last_name }}
,
{{ user.first_name }}
</a></li>
{% empty %}
{% empty %}
<li>
No users registered.
</li>
<li>
No users registered.
</li>
{% endfor %}
{% endfor %}
...
...
widget_gitgud/db.sqlite3
View file @
cf9b5575
No preview for this file type
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