Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_CtrlF
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
Fritzie Dianne Del Pilar
midterm_CtrlF
Commits
0bc64816
Commit
0bc64816
authored
May 16, 2023
by
Mary Adelaide A. Salto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified contents.
parent
eb3066e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
widgetuser-add.html
...t_CtrlF/dashboard/templates/dashboard/widgetuser-add.html
+0
-2
widgetuser-details.html
...rlF/dashboard/templates/dashboard/widgetuser-details.html
+0
-2
widgetuser-edit.html
..._CtrlF/dashboard/templates/dashboard/widgetuser-edit.html
+0
-2
No files found.
widget_CtrlF/dashboard/templates/dashboard/widgetuser-add.html
View file @
0bc64816
...
...
@@ -48,8 +48,6 @@ li a:hover {
<form
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<p
class=
"centerB"
>
<input
class=
"submitB"
type=
"submit"
value=
"Add Widget User"
>
</p>
</form>
{% endblock %}
\ No newline at end of file
widget_CtrlF/dashboard/templates/dashboard/widgetuser-details.html
View file @
0bc64816
...
...
@@ -54,9 +54,7 @@ li a:hover {
{% endblock %}
{% block footing %}
<p
class=
"centerB"
>
<a
href=
"{% url 'dashboard:widgetuser-update' object.pk %}"
>
<button
class=
"btn edit"
>
Edit Widget User
</button>
</a>
</p>
{% endblock %}
\ No newline at end of file
widget_CtrlF/dashboard/templates/dashboard/widgetuser-edit.html
View file @
0bc64816
...
...
@@ -48,8 +48,6 @@ li a:hover {
<form
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<p
class=
"centerB"
>
<input
class=
"submitB"
type=
"submit"
value=
"Save Changes to Widget User"
>
</p>
</form>
{% 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