Skip to content

Commit

Permalink
CONCD-928 Implement show what I can work on for all users
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Sep 23, 2024
1 parent 021235c commit f627651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/templates/fragments/_filter-buttons.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if user.is_authenticated and user.is_staff %}
{% if user.is_authenticated %}
<div class="mt-4 pr-3">
<input name="radioButtons" type="radio" id="show-all" {% if do_filter %}onclick="filterAssets(false, '{{ all_url }}?{{ sublevel_qs }}')"{% else %}checked{% endif %}>
<label>Show all</label>
Expand Down

0 comments on commit f627651

Please sign in to comment.