Skip to content
Snippets Groups Projects
Commit da7a7d2d authored by David Ormsbee's avatar David Ormsbee
Browse files

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

Hook up tos and honor links.
parents 9ec8c993 a4afa689
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment