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
0b62719b
Commit
0b62719b
authored
Apr 29, 2023
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assignments.html is done
parent
7d25b585
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
assignments.html
...ntdjango/assignments/templates/templates/assignments.html
+13
-8
No files found.
widget_vincentdjango/assignments/templates/templates/assignments.html
View file @
0b62719b
...
...
@@ -2,17 +2,22 @@
{% block webTitle %} Assignments {% endblock %}
{% block pageTitle %}
<h1>
Assignments
</h1>
{% endblock %}
{% block pageTitle %}
Assignments
{% endblock %}
{{ addition }}
{% block content %}
<ul
style=
'list-style-type:square;'
>
{% for assignment in assignmentsList %}
<li>
<div
class=
'assignmentLink'
>
<a
href=
"{{ assignment.get_absolute_url }}/details"
>
{{ assignment.assignment_name }}
</a>
</div>
</li>
{% endfor %}
</ul>
{% endblock %}
{% block otherButtons %}
<div
class=
"content"
>
<a
class=
"buttonLink"
href=
"add/"
>
New Assignments
</a>
<a
class=
"miniLink"
href=
"/dashboard"
>
Dashboard
</a>
<a
class=
"miniLink"
href=
"/announcement
s"
>
Announcements
</a
>
<a
class=
"miniLink"
href=
"/forum"
>
Forum
</a>
<a
class=
"miniLink"
href=
"/
calendar"
>
Calendar
</a
>
<a
class=
"buttonLink"
href=
"add/"
>
New Assignments
</a>
<br>
<a
class=
"miniLink"
href=
"/dashboard"
>
Dashboard
</a>
<br>
<a
class=
"miniLink"
href=
"/announcement
Board"
>
Announcements
</a>
<br
>
<a
class=
"miniLink"
href=
"/forum"
>
Forum
</a>
<br>
<a
class=
"miniLink"
href=
"/
widget_calendar"
>
Calendar
</a>
<br
>
</div>
{% 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