Commit 50056418 authored by Star Neptune R. Sy's avatar Star Neptune R. Sy

all buttons are operational

parent 1694e3d3
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
{% block pageTitle %} {{object.assignment_name}} {% endblock %} {% block pageTitle %} {{object.assignment_name}} {% endblock %}
{% block content %} {% block content %}
<h2> {{object.course}} </h2> <h2> {{object.course}} - {{object.section}} </h2>
<p> Description: {{object.description}} <br> <p> <b>Description:</b> {{object.description}} <br>
Perfect Score: {{object.perfect_score}} <br> <b>Perfect Score:</b> {{object.perfect_score}} <br>
Passing Score: {{object.passing_score}} <br> <b>Passing Score:</b> {{object.passing_score}} <br>
</p> </p>
{% endblock %} {% endblock %}
{% block otherButtons %} {% block otherButtons %}
<a class="buttonLink" href="../edit"> Edit Assignment </a> <button class="buttonLink" onclick="window.location.href='../../{{ object.get_absolute_url }}/edit';"> <b>Edit Assignment</b> </button>
{% 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