Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/templates/pending_registration_admin.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
To cancel this registration: <a href="${disapproval_link}">Click here</a>.
</p>
<p>
% if not reviewable_provider__id != 'gfs':
% if reviewable_provider__id != 'gfs':
Note: If any admin clicks their cancel link, the submission will be canceled immediately, and the
pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
% else:
Expand Down