Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 4ab97fa

Browse files
committed
registration mail template changes
1 parent 8a34c2f commit 4ab97fa

File tree

2 files changed

+4
-10
lines changed
  • mail_templates
    • design_registration_notification_email
    • registration_notification_email

2 files changed

+4
-10
lines changed

mail_templates/design_registration_notification_email/html.ejs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
<p>Congratulations! You are now registered for <%= projectName %> Challenge.</p>
44

5-
<p>You now have access to the challenge discussion forum ( <%= forumURL %> ) which may have important information or documentation<%= documentationDetails %> about the challenge. It is also the place to ask questions regarding the challenge. Please post your questions at any time and the challenge holder will respond within 24 hours. Any questions asked within a few hours of the submission deadline may not be answered in time, so get your questions in early!</p>
5+
<p>You now have access to the challenge discussion forum ( <%= forumURL %> ), which may have important information or documentation<%= documentationDetails %> about the challenge. It is also the place to ask questions regarding the challenge. Please post your questions at any time and the challenge holder will respond within 24 hours. Any questions asked within a few hours of the submission deadline may not be answered in time, so get your questions in early!</p>
66

7-
<p>The deadline for submitting your design is <%= deadlineDate %>. Please upload your submission here: <%= submitURL %>
8-
If you encounter any problems, please contact us at support@topcoder.com. All late submissions will be ignored.</p>
7+
<p>The deadline for submitting your design is <%= deadlineDate %>. Please upload your submission here: <%= submitURL %>. If you encounter any problems, please contact us at support@topcoder.com. All late submissions will be ignored.</p>
98

109
<p>Need more information about competing? Visit the Help Center at http://help.topcoder.com.</p>
1110

1211
<p>Do you have questions or technical problems? Please contact support@topcoder.com.</p>
1312

14-
<p><%= umlToolInfo %></p>
15-
1613
<p>Good luck!</p>
1714
<p>The topcoder Team</p>

mail_templates/registration_notification_email/html.ejs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22

33
<p>Congratulations! You are now registered for <%= projectName %> Challenge.</p>
44

5-
<p>You now have access to the challenge discussion forum ( <%= forumURL %> ) which may have important information or documentation<%= documentationDetails %> about the challenge. It is also the place to ask questions regarding the challenge. Please post your questions at any time and the challenge holder will respond within 24 hours. Any questions asked within a few hours of the submission deadline may not be answered in time, so get your questions in early!</p>
5+
<p>You now have access to the challenge discussion forum ( <%= forumURL %> ), which may have important information or documentation<%= documentationDetails %> about the challenge. It is also the place to ask questions regarding the challenge. Please post your questions at any time and the challenge holder will respond within 24 hours. Any questions asked within a few hours of the submission deadline may not be answered in time, so get your questions in early!</p>
66

7-
<p>The deadline for submitting a solution is <%= deadlineDate %>. Please upload your submission here: <%= submitURL %>
8-
If you encounter any problems, please contact us at support@topcoder.com. All late submissions will be ignored.</p>
7+
<p>The deadline for submitting a solution is <%= deadlineDate %>. Please upload your submission here: <%= submitURL %>. If you encounter any problems, please contact us at support@topcoder.com. All late submissions will be ignored.</p>
98

109
<p>Additional tasks for this challenge can be accessed in Online Review. This is where you can unregister, contact a manager, view your review scorecard, submit appeals and final fixes, and other important tasks. <%= reviewURL %></p>
1110

1211
<p>Need more information about competing? Visit the Help Center at http://help.topcoder.com.</p>
1312

1413
<p>Do you have questions or technical problems? Please contact support@topcoder.com.</p>
1514

16-
<p><%= umlToolInfo %></p>
17-
1815
<p>Good luck!</p>
1916
<p>The topcoder Team</p>

0 commit comments

Comments
 (0)