Commit a4afa689 by Matthew Mongeau

Hook up tos and honor links.

parent a70e026e
...@@ -84,13 +84,13 @@ ...@@ -84,13 +84,13 @@
<label class="terms-of-service"> <label class="terms-of-service">
<input name="terms_of_service" type="checkbox" value="true"> <input name="terms_of_service" type="checkbox" value="true">
I agree to the I agree to the
<a href="#">Terms of Service</a> <a href="${reverse('tos')}">Terms of Service</a>
</label> </label>
<label class="honor-code"> <label class="honor-code">
<input name="honor_code" type="checkbox" value="true"> <input name="honor_code" type="checkbox" value="true">
I agree to the I agree to the
<a href="#">Honor Code</a> <a href="${reverse('honor')}">Honor Code</a>
, sumarized below as: , sumarized below as:
</label> </label>
</div> </div>
......
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