Commit 3d356173 by attiyaishaque Committed by Attiya Ishaque

Fix the course runs filters on the dashboard.

parent 50c5bbbe
......@@ -8,10 +8,10 @@
<button type="button" class="btn-neutral btn-small btn-filter active" data-filter-column="-1">{% trans "All" %}
<span class="filter-count">{{ in_progress_count }}</span>
</button>
<button type="button" class="btn-neutral btn-small btn-filter" data-search-value="{{ course_team_status }}" data-filter-column="5">{% trans "With Course Team" %}
<button type="button" class="btn-neutral btn-small btn-filter" data-search-value="{{ course_team_status }}" data-filter-column="4">{% trans "With Course Team" %}
<span class="filter-count">{{ course_team_count }}</span>
</button>
<button type="button" class="btn-neutral btn-small btn-filter" data-search-value="{{ internal_user_status }}" data-filter-column="6">{% trans "With" %} {{ site_name }}
<button type="button" class="btn-neutral btn-small btn-filter" data-search-value="{{ internal_user_status }}" data-filter-column="5">{% trans "With" %} {{ site_name }}
<span class="filter-count">{{ internal_user_count }}</span>
</button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment