diff --git a/OpenOversight/app/templates/partials/links_and_videos_row.html b/OpenOversight/app/templates/partials/links_and_videos_row.html index f49393161..2cc2f5d90 100644 --- a/OpenOversight/app/templates/partials/links_and_videos_row.html +++ b/OpenOversight/app/templates/partials/links_and_videos_row.html @@ -36,7 +36,8 @@

Links

{% endif %} {% endfor %} - {% if officer %} + {% if officer and (current_user.is_administrator + or (current_user.is_area_coordinator and current_user.ac_department_id == officer.department_id)) %} New Link/Video {% endif %}