Commit dc2e4bcd by Pavel Yushchenko

removes TOS and Honor

parent e7ece2cf
...@@ -181,6 +181,10 @@ ...@@ -181,6 +181,10 @@
</div> </div>
</div> </div>
<input id="signup_tos" name="terms_of_service" type="hidden" value="true">
<input id="signup_honor" name="honor_code" type="hidden" value="true">
<!--
<div class="input-group"> <div class="input-group">
<label data-field="terms_of_service" class="terms-of-service" for="signup_tos"> <label data-field="terms_of_service" class="terms-of-service" for="signup_tos">
<input id="signup_tos" name="terms_of_service" type="checkbox" value="true"> <input id="signup_tos" name="terms_of_service" type="checkbox" value="true">
...@@ -195,7 +199,7 @@ ...@@ -195,7 +199,7 @@
link_start='<a href="{url}" target="_blank">'.format(url=reverse('honor')), link_start='<a href="{url}" target="_blank">'.format(url=reverse('honor')),
link_end='</a>')} link_end='</a>')}
</label> </label>
</div> </div>-->
<div class="submit"> <div class="submit">
<input name="submit" type="submit" value="${_('Create My Account')}"> <input name="submit" type="submit" value="${_('Create My Account')}">
......
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