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
3f5fc911
Verified
Commit
3f5fc911
authored
Jul 11, 2018
by
Sébastiaan Versteeg
Browse files
Fix registration options to not be required
parent
52978a47
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/registrations/templates/registrations/register_member.html
View file @
3f5fc911
...
...
@@ -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