Commit 92ee7957 by Giulio Gratta Committed by Sef Kloninger

Patch register.html to make all themes use tos#honor.

parent 2c0dead3
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<input id="honorcode-yes" type="checkbox" name="honor_code" value="true" /> <input id="honorcode-yes" type="checkbox" name="honor_code" value="true" />
<% <%
## TODO: provide a better way to override these links ## TODO: provide a better way to override these links
if self.stanford_theme_enabled(): if self.theme_enabled():
honor_code_path = marketing_link('TOS') + "#honor" honor_code_path = marketing_link('TOS') + "#honor"
else: else:
honor_code_path = marketing_link('HONOR') honor_code_path = marketing_link('HONOR')
......
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