Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
qgriffith committed Mar 8, 2015
1 parent 9975a47 commit 9373ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sidebar/browse.html
Expand Up @@ -11,7 +11,7 @@ <h4 class="page-header navheader">{% trans 'last viewed' %}</h4>

<h4 class="page-header navheader">{% trans 'browse' %}</h4>
<ul class="list-group">
<li class="list-group-item" href="{% url 'recipe_top' %}"> {% trans 'top recipes' %}</a></li>
<li class="list-group-item"> <a href="{% url 'recipe_top' %}"> {% trans 'top recipes' %}</a></li>
<li class="list-group-item"><a href="{% url 'recipe_recent' %}"> {% trans 'recent recipes' %}</a></li>
{% for course in course_list %}
<li class="list-group-item"><a href="{% url 'course_recipes' slug=course.slug %}">{{ course }}</a> </li>
Expand Down

0 comments on commit 9373ce6

Please sign in to comment.