We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38e263 commit a2b09e8Copy full SHA for a2b09e8
website/templates/emails/updates_pending_approval.html.mako
@@ -19,7 +19,7 @@
19
submitted updates</a>. Decisions must be made within
20
${int(settings.REGISTRATION_UPDATE_APPROVAL_TIME.total_seconds() / 3600)} hours.
21
% else:
22
- <a href="${update_url}">Click here</a> to review the submited updates.
+ <a href="${update_url}">Review the submited updates</a>.
23
Admins have up to ${int(settings.REGISTRATION_UPDATE_APPROVAL_TIME.total_seconds() / 3600)} hours
24
to make their decision.
25
% endif
0 commit comments