fix a few sba related things

This commit is contained in:
Ross
2024-08-28 18:45:08 +01:00
parent f5dcb7bd69
commit 0054d832cd
6 changed files with 41 additions and 5 deletions
@@ -31,7 +31,7 @@
</ol>
{% comment %} Hide the toggle button if there are no users (to add or remove) {% endcomment %}
{% if current_cid_users or available_cid_users %}
{% if current_user_users or available_user_users %}
<p><button class="toggle-all-btn">Toggle all</button></p>
{% endif %}