Commit 42c7a5807c31a6db0ffb520ea0cc57d0ac70ae86

Authored by Matheus Lins
1 parent ddf63017

view only students related activity

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
courses/templates/course/index.html
... ... @@ -32,7 +32,7 @@
32 32 <div class="panel-body">
33 33 <ul class="nav nav-pills nav-stacked">
34 34 <li><a href="javascript:void(0)">Replicate Course</a></li>
35   - <li><a href="javascript:void(0)">Create Course</a></li>
  35 + <li><a href="{% url 'course:create' %}">Create Course</a></li>
36 36 </ul>
37 37 </div>
38 38 </div>
... ...