Skip to content

Commit 23f0a83

Browse files
fixed permission in a template
1 parent 0805fef commit 23f0a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/templates/preprints/fix_coi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if perms.osf.change_node %}
1+
{% if perms.osf.change_preprint %}
22
<a data-toggle="modal" data-target="#confirmFixCOI" class="btn btn-warning">
33
Fix COI
44
</a>

0 commit comments

Comments
 (0)