Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_aguandhischipmunks
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
Adrian Lance Damalerio
midterm_aguandhischipmunks
Commits
f5883d1f
Commit
f5883d1f
authored
May 13, 2023
by
Deokhyun Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assignements tags have been fixed to make more fined view
parent
e489b814
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
5 deletions
+35
-5
assignments-details.html
...schipmunks/assignments/templates/assignments-details.html
+28
-0
assignments.html
...aguandhischipmunks/assignments/templates/assignments.html
+7
-5
No files found.
widget_aguandhischipmunks/assignments/templates/assignments-details.html
0 → 100644
View file @
f5883d1f
{% extends 'base.html'%}
{% block title %}
{% if assignment %}
{{assignment.title}}
{% else %}
<p>
No Available assignment.
</p>
{% endif %}
{% endblock %}
{% block content %}
{% if assignment %}
<h1>
{{assignment.name}}
</h1>
<ul>
<h2>
{{assignment.course.code}} {{assignment.course.title}} - {{assignment.course.section}}
</h2>
<br>
<h2>
Description: {{assignment.description}}
</h2><br>
<h2>
Description: {{assignment.description}}
</h2><br>
<h2>
Description: {{assignment.description}}
</h2><br>
</ul>
{% else %}
<p>
No Available Books.
</p>
{% endif %}
<ul>
<li
><button
type=
"button"
onclick=
"window.location.href='/assignments/{{assignments.pk}}/edit'"
>
Edit Assignments
</button></li>
</ul>
{% endblock %}
\ No newline at end of file
widget_aguandhischipmunks/assignments/templates/assignments.html
View file @
f5883d1f
...
@@ -15,11 +15,13 @@
...
@@ -15,11 +15,13 @@
{% else %}
{% else %}
<p>
No Available Assignments.
</p>
<p>
No Available Assignments.
</p>
{% endif %}
{% endif %}
<li><button
type=
"button"
onclick=
"window.location.href='/books/add'"
>
New Assignments
</button></li>
<ul>
<li><a
href=
"/dashboard"
>
Dashboard
</a></li>
<li><button
type=
"button"
onclick=
"window.location.href='/books/add'"
>
New Assignments
</button></li>
<li><a
href=
"/announcements"
>
Announcements
</a></li>
<li><a
href=
"/dashboard"
>
Dashboard
</a></li>
<li><a
href=
"/forum"
>
Forum
</a></li>
<li><a
href=
"/announcements"
>
Announcements
</a></li>
<li><a
href=
"/calendar"
>
Calendar
</a></li>
<li><a
href=
"/forum"
>
Forum
</a></li>
<li><a
href=
"/calendar"
>
Calendar
</a></li>
</ul>
{% endblock %}
{% 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