Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group17
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
Vaughn Nephi Fajardo
widget_group17
Commits
55880d12
Commit
55880d12
authored
May 24, 2022
by
Joan Denise Nocos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: added newassignment template; updated to include link to index view
parent
2a6291c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
newassignment.html
...p_17/assignments/templates/assignments/newassignment.html
+1
-0
No files found.
widget_group_17/assignments/templates/assignments/newassignment.html
View file @
55880d12
...
...
@@ -4,6 +4,7 @@
{% block content %}
<h1>
New Assignment
</h1>
<a
href=
"{% url 'assignments:index' %}"
>
Assignments Per Course
</a>
<form
method=
"POST"
action=
"{% url 'assignments:newassignment' %}"
>
{% csrf_token %}
{{ assignment_form.as_p }}
...
...
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