Commit 1bef2172 by Nate Hardison

Point the TOS and Honor Code links to proper loc

On the registration page, the bottom TOS and Honor Code links now
point to the proper links (/tos and /tos#honor, respectively).
parent 07d1cca8
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
<div class="field required checkbox" id="field-honorcode"> <div class="field required checkbox" id="field-honorcode">
<input id="honorcode-yes" type="checkbox" name="honor_code" value="true" /> <input id="honorcode-yes" type="checkbox" name="honor_code" value="true" />
<label for="honorcode-yes">I agree to the <a href="${marketing_link('HONOR')}" class="new-vp">Honor Code</a></label> <label for="honorcode-yes">I agree to the <a href="${marketing_link('TOS')}#honor" class="new-vp">Honor Code</a></label>
</div> </div>
</li> </li>
</ol> </ol>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment