forked from Ruderverein-Donau-Linz/rowt
in preparation to moving userdata into app, we switched to arbitrary groups
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{% if loggedin_user.is_cox %}
|
||||
{% if "cox" in loggedin_user.roles %}
|
||||
<div class="sm:col-span-2 lg:col-span-3 grid md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-3">
|
||||
<button type="button" title="Toggle View" class="group btn btn-primary filter-trips-js" data-action="filter-days" id="filterdays-js" aria-pressed="false">
|
||||
{% include "includes/funnel-icon" %}
|
||||
|
Reference in New Issue
Block a user