All / {{subject.name}} / {{course.name}}
+All / {{subject.name}} / {{course.name}}
{% for guide, tags in guides %} -{{ guide.name }} {% for t in tags %}{{ t }} {% endfor %}
+{{ guide.name }} {% for t in tags %}{{ t }} {% endfor %}
{% endfor %}diff --git a/studyguides/templates/course.html b/studyguides/templates/course.html
index 391308c..de37bea 100644
--- a/studyguides/templates/course.html
+++ b/studyguides/templates/course.html
@@ -1,8 +1,8 @@
{% extends "base.html" %} {% load static %} {% block main %}
{{ guide.name }} {% for t in tags %}{{ t }} {% endfor %} {{ guide.name }} {% for t in tags %}{{ t }} {% endfor %}All / {{subject.name}} / {{course.name}}
+ All / {{subject.name}} / {{course.name}}
{% for guide, tags in guides %}
-