Skip to content

Commit

Permalink
Merge pull request #430 from opensafely-core/evansd/warning-fix
Browse files Browse the repository at this point in the history
Use context var rather than removed method
  • Loading branch information
rebkwok authored Jun 28, 2024
2 parents 99dcc97 + e2ac391 commit 8a754a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{% if release_request.status.name %}
data-request-status="{{ release_request.status.name }}"
{% endif %}
{% if release_request.all_files_reviewed %}
{% if user_has_reviewed_all_files %}
data-all-files-reviewed="true"
{% endif %}
{% if release_request.all_files_approved %}
Expand Down

0 comments on commit 8a754a6

Please sign in to comment.