Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit cadff27

Browse files
committed
templates: fix unit tests
1 parent 494c24c commit cadff27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CodeChallenge/templates/challenge_daily_email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
<table width="100%" cellpadding="0" cellspacing="0">
575575
<tr>
576576
<td class="content-block">
577-
<h2>{{NAME}}, today's code challenge question is unlocked!</h2>
577+
<h2>{{name}}, today's code challenge question is unlocked!</h2>
578578
<br/>
579579
<p>Continue your quest by <a href="http://codewizardshq.com/codechallenge
580580
"> logging in.</a></p>

CodeChallenge/templates/challenge_welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<table width="100%" cellpadding="0" cellspacing="0">
293293
<tr>
294294
<td class="content-block">
295-
<h2>Welcome to Defeat the Dragon, {{NAME}}!</h2>
295+
<h2>Welcome to Defeat the Dragon, {{name}}!</h2>
296296
<br/>
297297
<p>Your mission is to defeat the evil dragon who has invaded CWHQ land. Only the bravest and brightest kid coders, like you, are prepared for this quest. </p>
298298
<p>Good luck and safe travels! </p>

0 commit comments

Comments
 (0)