fix anchor tag in assignments

parent f4df64fb
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class = "block"> <div class = "block">
<h2> {{a.course}} </h2> <h2> {{a.course}} </h2>
<li> <li>
<a href="{% url 'Assignments:assignment-detail' a.pk%}"> {{a.name}} </a> <a href="/assignment/{{ a.pk }}/details"> {{a.name}} </a>
</li> </li>
</div> </div>
{%endfor%} {%endfor%}
......
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