Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_casanatics
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
John Aidan Vincent M. Ng
midterm_casanatics
Commits
f5336124
Commit
f5336124
authored
May 12, 2023
by
justin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: changed a href links to button HTML elements in dashboard
parent
c4e28be0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
dashboard.html
...t_casanatics/dashboard/templates/dashboard/dashboard.html
+3
-1
widgetuser-add.html
...anatics/dashboard/templates/dashboard/widgetuser-add.html
+1
-1
widgetuser-details.html
...ics/dashboard/templates/dashboard/widgetuser-details.html
+3
-1
db.sqlite3
widget_casanatics/db.sqlite3
+0
-0
No files found.
widget_casanatics/dashboard/templates/dashboard/dashboard.html
View file @
f5336124
...
@@ -10,7 +10,9 @@
...
@@ -10,7 +10,9 @@
</a>
</a>
{% endfor %}
{% endfor %}
</ul>
</ul>
<a
href=
"../widgetusers/add"
>
Add Widget User
</a>
<form
action=
"../widgetusers/add"
>
<button
type=
"Submit"
>
Add Widget User
</button>
</form>
<div
class=
"links"
>
<div
class=
"links"
>
<a
href=
"../announcements"
>
Announcements
</a>
<a
href=
"../announcements"
>
Announcements
</a>
<a
href=
"../forum"
>
Forum
</a>
<a
href=
"../forum"
>
Forum
</a>
...
...
widget_casanatics/dashboard/templates/dashboard/widgetuser-add.html
View file @
f5336124
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<form
method=
"post"
>
<form
method=
"post"
>
{% csrf_token %}
{% csrf_token %}
{{ form.as_p }}
{{ form.as_p }}
<
input
type=
"submit"
value=
"Add Widget User"
/
>
<
button
type=
"Submit"
>
Add Widget User
</button
>
</form>
</form>
</div>
</div>
{% endblock %}
{% endblock %}
widget_casanatics/dashboard/templates/dashboard/widgetuser-details.html
View file @
f5336124
...
@@ -9,5 +9,7 @@
...
@@ -9,5 +9,7 @@
<h2>
{{ object.department.dept_name }}
</h2>
<h2>
{{ object.department.dept_name }}
</h2>
<h2>
{{ object.department.home_unit }}
</h2>
<h2>
{{ object.department.home_unit }}
</h2>
</div>
</div>
<a
href=
"../edit"
>
Edit Widget User
</a>
<form
action=
"../edit"
>
<button
type=
"Submit"
>
Edit Widget User
</button>
</form>
{% endblock %}
{% endblock %}
widget_casanatics/db.sqlite3
View file @
f5336124
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