Commit d781ba2b03c7faa9982da006dca9b822af72de5f

Authored by Matheus Lins
1 parent bd630b8e

continue above commit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
courses/templates/course/index.html
@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
79 </a> 79 </a>
80 {% endif %} 80 {% endif %}
81 81
82 - <a href="course_detail_student.html" class="btn btn-raised btn-default center-block">View Course</a> 82 + <a href="{% url 'course:view' course.slug %}" class="btn btn-raised btn-default center-block">View Course</a>
83 83
84 </div> 84 </div>
85 </div> 85 </div>