Commit da7a7d2d by David Ormsbee

Merge pull request #212 from MITx/mm-sign-up-links

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