Merge pull request #212 from MITx/mm-sign-up-links
Hook up tos and honor links.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user