Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
fix filter url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Leonhardt committed Jul 13, 2015
1 parent c8a3e00 commit aedef1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/menu_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Filter by<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
{% for d in filter_data %}
<li><a href="{{ url_for('showgrid_filtered', d='vagrant', subscriptions=d) }}">{{ d }}</a></li>
<li><a href="{{ url_for('showgrid_filtered', d=dc['name'], subscriptions=d) }}">{{ d }}</a></li>
{% endfor %}
</ul>

Expand Down

0 comments on commit aedef1e

Please sign in to comment.