Merge pull request #3 from Th3Prim3/master

Fix flags.json and link hrefs.
This commit is contained in:
Th3Prim3
2019-03-21 12:11:33 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ class CTFdGenerator
flag_id = flags.length + 1
flags << {
"id"=>flag_id,
"chal"=>challenge_id,
"challenge_id"=>challenge_id,
"type"=>"static",
"content"=>output_value,
"data"=>nil}

View File

@@ -5,10 +5,10 @@
<br>
<br>
<h4 class="text-center">
You may review the <a href=\"challenges\">challenges</a> and (if available) purchase hints.
You may review the <a href=\"challenges">challenges</a> and (if available) purchase hints.
</h4>
<h4 class="text-center">
Please use the <a href=\"submit\">Flag Submission</a> page to submit your flags.
Please use the <a href=\"submit">Flag Submission</a> page to submit your flags.
</h4>
<h4 class="text-center">
Good luck!