File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,6 @@ class RegisterForm(Form):
112112 maxlength = "20" ,
113113 required = "true" ,
114114 ),
115- Checkbox (
116- 'ia_newsletter' ,
117- description = _ (
118- 'I want to receive news, announcements, and resources from the '
119- '<a href="https://archive.org/">Internet Archive</a>, the non-profit '
120- 'that runs Open Library.'
121- ),
122- ),
123115 Checkbox (
124116 "pd_request" ,
125117 description = _ (
Original file line number Diff line number Diff line change @@ -76,7 +76,12 @@ <h1 class="ol-signup-hero__title">$_("Sign Up")</h1>
7676 $:field(form.password)
7777
7878 < div class ="ol-signup-form__checkbox ">
79- $:form.ia_newsletter.render() < label for ="ia_newsletter "> $:form.ia_newsletter.description</ label >
79+ < input type ="checkbox " id ="ia_newsletter " name ="ia_newsletter "/>
80+ < label for ="ia_newsletter ">
81+ I want to receive news, announcements, and resources from the
82+ < a href ="https://archive.org/ "> Internet Archive</ a > ,
83+ the non-profit that runs Open Library.
84+ </ label >
8085 </ div >
8186 < div id ="rpd-checkbox " class ="ol-signup-form__checkbox ">
8287 $:form.pd_request.render() < label for ="pd_request "> $:form.pd_request.description</ label >
You can’t perform that action at this time.
0 commit comments