Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_vincentdjango
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
1
Merge Requests
1
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
Almira Redoble
midterm_vincentdjango
Commits
8f7e287a
Commit
8f7e287a
authored
Apr 29, 2023
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assignment-edit.html is done
parent
0b62719b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
assignment-details.html
...o/assignments/templates/templates/assignment-details.html
+6
-4
assignment-edit.html
...ango/assignments/templates/templates/assignment-edit.html
+16
-0
No files found.
widget_vincentdjango/assignments/templates/templates/assignment-details.html
View file @
8f7e287a
...
@@ -5,11 +5,13 @@
...
@@ -5,11 +5,13 @@
{% block pageTitle %} {{object.assignment_name}} {% endblock %}
{% block pageTitle %} {{object.assignment_name}} {% endblock %}
{% block content %}
{% block content %}
{% csrf_token %}
<h2>
{{object.course}}
</h2>
{{ form.as_p }}
<p>
Description: {{object.description}}
<br>
<input
type=
"submit"
id=
"submitButton"
value=
"Submit"
>
Perfect Score: {{object.pefect_score}}
<br>
Passing Score: {{object.passing_score}}
<br>
</p>
{% endblock %}
{% endblock %}
{% block otherButtons %}
{% block otherButtons %}
<a
class=
"buttonLink"
href=
"../edit"
>
Edit Assignment
</a>
{% endblock %}
{% endblock %}
\ No newline at end of file
widget_vincentdjango/assignments/templates/templates/assignment-edit.html
0 → 100644
View file @
8f7e287a
{% extends 'base.html' %}
{% block webTitle %} Edit Assignment {% endblock %}
{% block pageTitle %} Edit Assignment {% endblock %}
{% block content %}
{% csrf_token %}
{{ form.as_p }}
<input
type=
"submit"
id=
"submitButton"
value=
"Submit"
>
{% endblock %}
{% block otherButtons %}
{% 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