Skip to content

Commit

Permalink
Update register.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Watanabe Yasumasa committed Jun 13, 2014
1 parent 5fccbca commit b04dcda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h2 class="sr">${_("Account Acknowledgements")}</h2>
<div class="field required checkbox" id="field-tos">
<input id="tos-yes" type="checkbox" name="terms_of_service" value="true" required aria-required="true" />
<label for="tos-yes">${_('I agree to the {link_start}Terms of Service{link_end}').format(
link_start='<a href="{url}" class="new-vp" tabindex="-1">'.format(url=marketing_link('TOS')),
link_start='<a href="https://support.gacco.org/hc/ja/articles/200749224" class="new-vp" tabindex="-1">',
link_end='</a>')}</label>
</div>
% endif
Expand All @@ -387,7 +387,7 @@ <h2 class="sr">${_("Account Acknowledgements")}</h2>
honor_code_path = marketing_link('HONOR')
%>
<label for="honorcode-yes">${_('I agree to the {link_start}Honor Code{link_end}').format(
link_start='<a href="{url}" class="new-vp" tabindex="-1">'.format(url=honor_code_path),
link_start='<a href="https://support.gacco.org/hc/ja/articles/200749314" class="new-vp" tabindex="-1">',
link_end='</a>')}</label>
</div>
% endif
Expand Down

0 comments on commit b04dcda

Please sign in to comment.