Re-jigged some of the registration routes and modified the buttons/links to use them

This commit is contained in:
2022-02-10 14:52:48 +00:00
parent 7c319873b1
commit c3cf97ea50
6 changed files with 86 additions and 16 deletions

View File

@@ -71,6 +71,8 @@ return [
'TOKEN_NOT_FOUND' => 'Approval token does not exist / Organisation is already approved/rejected.',
'APPROVED' => 'You have successfully approved the organisation <strong>{{name}}</strong>.',
'REJECTED' => 'You have successfully rejected the organisation <strong>{{name}}</strong>.',
'APPROVE' => 'Approve organisation',
'REJECT' => 'Reject organisation',
],
],