Skip to content

Commit

Permalink
Fix permissions for staff notes on controller page
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Sep 26, 2024
1 parent 7478b0a commit e3a72e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vzdv-site/templates/controller/controller.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</div>
{% endif %}

{% if user_info and user_info.is_some_staff %}
{% if user_info and user_info.is_admin %}
<div class="row pt-3">
<div class="card">
<div class="card-body p-3">
Expand Down

0 comments on commit e3a72e8

Please sign in to comment.