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
LQDN Adminsys
don
Commits
78ad8a0d
Commit
78ad8a0d
authored
Oct 04, 2021
by
nono
💻
Browse files
Correction d'erreurs de syntaxes HTML
parent
d8ac378c
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/view/base.html
View file @
78ad8a0d
<!DOCTYPE html>
<html>
<html
lang=
"fr"
>
<include
href=
"header.html"
/>
<body>
<include
href=
"toolbar.html"
/>
...
...
app/view/campaign/donation.html
View file @
78ad8a0d
...
...
@@ -13,8 +13,8 @@
<input
type=
"text"
name=
"card"
value=
"Carte de Crédit"
><br>
<input
type=
"text"
name=
"crypto"
value=
"123"
><br>
<input
type=
"text"
name=
"expiry"
value=
"1218"
><br>
<input
type=
"radio"
name=
"monthly"
value=
"1"
>
Récurrent
</br>
<input
type=
"radio"
name=
"monthly"
value=
"0"
>
Ponctuel
</br>
<input
type=
"radio"
name=
"monthly"
value=
"1"
>
Récurrent
</br>
<input
type=
"radio"
name=
"monthly"
value=
"0"
>
Ponctuel
</br>
<input
type=
"submit"
value=
"Submit"
><br>
</form>
...
...
app/view/campaign/errors.html
View file @
78ad8a0d
...
...
@@ -15,7 +15,7 @@
<form
method=
"POST"
class=
"form-inline"
action=
"{{ 'login' | alias }}"
>
<fieldset>
<legend>
<h3
class=
"text-center"
>
{{ _("Réinitialiser votre mot de passe.") }}
</h
4
>
<h3
class=
"text-center"
>
{{ _("Réinitialiser votre mot de passe.") }}
</h
3
>
</legend>
<input
type=
"hidden"
name=
"csrf"
id=
"csrf"
value=
"{{ @CSRF }}"
>
<input
type=
"hidden"
name=
"action"
id=
"action"
value=
"renew_password"
>
...
...
app/view/header.html
View file @
78ad8a0d
...
...
@@ -16,7 +16,7 @@
<!-- Twitter cards -->
<meta
name=
"twitter:card"
content=
"summary_large_image"
/>
<meta
name=
"twitter:site"
content=
"@laquadrature"
/>
<meta
name=
"twitter:title"
content=
"{{ _("
Soutenez
la
Quadrature
du
Net
&
nbsp
!")
}}"
>
<meta
name=
"twitter:title"
content=
"{{ _("
Soutenez
la
Quadrature
du
Net
&
nbsp
;
!")
}}"
>
<meta
name=
"twitter:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
>
<meta
name=
"twitter:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
>
...
...
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