Skip to content

Commit cfdcc01

Browse files
[ENG-11055] Fix conditional logic in pending registration template (#11729)
1 parent 237c66a commit cfdcc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/templates/pending_registration_admin.html.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
To cancel this registration: <a href="${disapproval_link}">Click here</a>.
3333
</p>
3434
<p>
35-
% if not reviewable_provider__id != 'gfs':
35+
% if reviewable_provider__id != 'gfs':
3636
Note: If any admin clicks their cancel link, the submission will be canceled immediately, and the
3737
pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
3838
% else:

0 commit comments

Comments
 (0)