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
88405469
Commit
88405469
authored
May 12, 2023
by
Neal Luigi D. Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forms layout have been fixed and hyperlinks added
parent
f037cb32
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
assignment-add.html
...gud/Assignments/templates/Assignments/assignment-add.html
+1
-1
assignment-details.html
...Assignments/templates/Assignments/assignment-details.html
+3
-1
assignment-edit.html
...ud/Assignments/templates/Assignments/assignment-edit.html
+1
-1
db.sqlite3
widget_gitgud/db.sqlite3
+0
-0
No files found.
widget_gitgud/Assignments/templates/Assignments/assignment-add.html
View file @
88405469
...
...
@@ -5,7 +5,7 @@
<h1>
Add a New Assignment
</h1>
<form
action=
""
method=
"post"
>
{% csrf_token %}
{{ form }}
{{ form
.as_p
}}
<input
type=
"submit"
value=
"Save New Assignment"
>
</form>
{% endblock %}
\ No newline at end of file
widget_gitgud/Assignments/templates/Assignments/assignment-details.html
View file @
88405469
...
...
@@ -11,5 +11,7 @@
<li>
Perfect Score: {{ object.perfect_score }}
</li>
<li>
Passing Score: {{ object.passing_score }}
</li>
</ul>
<button>
Edit Assignment
</button>
<button
onclick=
"window.location.href='../../../Assignments/{{object.id}}/edit/';"
>
Edit Assignment
</button>
{% endblock %}
\ No newline at end of file
widget_gitgud/Assignments/templates/Assignments/assignment-edit.html
View file @
88405469
...
...
@@ -5,7 +5,7 @@
<h1>
Edit Assignment
</h1>
<form
action=
""
method=
"post"
>
{% csrf_token %}
{{ form }}
{{ form
.as_p
}}
<input
type=
"submit"
value=
"Save Changes to Assignment"
>
</form>
{% endblock %}
\ No newline at end of file
widget_gitgud/db.sqlite3
View file @
88405469
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