Commit 0b62719b authored by Star Neptune R. Sy's avatar Star Neptune R. Sy

assignments.html is done

parent 7d25b585
...@@ -2,17 +2,22 @@ ...@@ -2,17 +2,22 @@
{% block webTitle %} Assignments {% endblock %} {% 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 %} {% block otherButtons %}
<div class="content"> <div class="content">
<a class="buttonLink" href="add/"> New Assignments </a> <a class="buttonLink" href="add/"> New Assignments </a> <br>
<a class="miniLink" href="/dashboard"> Dashboard </a> <a class="miniLink" href="/dashboard"> Dashboard </a> <br>
<a class="miniLink" href="/announcements"> Announcements </a> <a class="miniLink" href="/announcementBoard"> Announcements </a> <br>
<a class="miniLink" href="/forum"> Forum </a> <a class="miniLink" href="/forum"> Forum </a> <br>
<a class="miniLink" href="/calendar"> Calendar </a> <a class="miniLink" href="/widget_calendar"> Calendar </a> <br>
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment