It looks like you're offline.
Open Library logo
additional options menu

/upstream/templates/account/create.tmpl → Diff

Added
Modified
Removed
Not changed
Revision 32 by Lance Arthur June 30, 2010
Revision 33 by Lance Arthur June 30, 2010
body
0 $def with (form) 0 $def with (form)
... ...
72            <div class="label"> 72            <div class="label">
73                <input type="checkbox" id="agreement" name="agreement" value="yes"/> <label for="agreement" class="smaller">$:_("I acknowledge that my use of Open Library is subject to the Internet Archive's <a href='http://www.archive.org/about/terms.php' target='_new' title='Read the Terms of Use in a new browser.'>Terms of Use</a>.")</label> 73                <input type="checkbox" id="agreement" class="required" name="agreement" value="yes"/> <label for="agreement" class="smaller">$:_("I acknowledge that my use of Open Library is subject to the Internet Archive's <a href='http://www.archive.org/about/terms.php' target='_new' title='Read the Terms of Use in a new browser.'>Terms of Use</a>.")</label>
74            </div> 74            </div>
... ...
88 </div> 88 </div>