Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
django-panik-newsletter
Commits
9cfe1e98
Commit
9cfe1e98
authored
Feb 14, 2021
by
fred
Browse files
remove unnecessary/invalid closing </input> tags
parent
2a835d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
newsletter/templates/newsletter/subscriber_form_content.html
View file @
9cfe1e98
...
...
@@ -4,8 +4,8 @@
<p>
{% trans 'Every Monday, the news of the Panik week:' %}
</p>
<input
required
name=
"email"
type=
"email"
placeholder=
"votre adresse email"
>
<div
style=
"display: none;"
>
<label><input
type=
"checkbox"
name=
"validation"
>
Cocher empêchera la création.
</
input></
label>
<label><input
type=
"checkbox"
name=
"validation2"
id=
"validation2"
>
Celle-ci doit par contre être cochée (déso les personnes sans js).
</
input></
label>
<label><input
type=
"checkbox"
name=
"validation"
>
Cocher empêchera la création.
</label>
<label><input
type=
"checkbox"
name=
"validation2"
id=
"validation2"
>
Celle-ci doit par contre être cochée (déso les personnes sans js).
</label>
<script>
(
function
()
{
const
checkbox
=
document
.
getElementById
(
'
validation2
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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