Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
ae545fdc
Commit
ae545fdc
authored
Jul 11, 2018
by
Thom Wiggers
📐
Browse files
Merge branch 'fix/registration-optins' into 'master'
Fix registration options to not be required See merge request
!858
parents
00643ee5
edb2e804
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/registrations/templates/registrations/register_member.html
View file @
ae545fdc
...
...
@@ -47,7 +47,7 @@
<div
class=
"control-group row"
>
<div
class=
"controls"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
name=
"optin_birthday"
required
id=
"id_optin_birthday"
>
<input
type=
"checkbox"
name=
"optin_birthday"
id=
"id_optin_birthday"
>
{% trans "Display birthday in calendar" %}.
</label>
</div>
...
...
@@ -56,7 +56,7 @@
<div
class=
"control-group row"
>
<div
class=
"controls"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
name=
"optin_mailinglist"
required
id=
"id_optin_mailinglist"
>
<input
type=
"checkbox"
name=
"optin_mailinglist"
id=
"id_optin_mailinglist"
>
{% trans "Receive emails about (amongst others) job opportunities and in-house days from sponsors of Thalia." %}.
</label>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment