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
67c2c035
Verified
Commit
67c2c035
authored
Oct 30, 2018
by
Guinness
Browse files
Don ponctuel par défaut
parent
ef5f0d54
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/view/campaign/home.html
View file @
67c2c035
...
...
@@ -64,9 +64,9 @@
<input
class=
"form-control"
type=
"text"
name=
"amount_other"
value=
""
placeholder=
"80€"
>
</div>
<div
class=
"form-inline col-md-4"
id=
"monthly"
>
<input
type=
"radio"
class=
"radio"
name=
"monthly"
id=
"monthly1"
value=
"true"
checked
>
<input
type=
"radio"
class=
"radio"
name=
"monthly"
id=
"monthly1"
value=
"true"
>
<label
for=
"monthly1"
>
{{ _("Don mensuel") }}
</label>
<input
type=
"radio"
class=
"radio"
name=
"monthly"
id=
"monthly2"
value=
"false"
>
<input
type=
"radio"
class=
"radio"
name=
"monthly"
id=
"monthly2"
value=
"false"
checked
>
<label
for=
"monthly2"
>
{{ _("Don ponctuel") }}
</label>
</div>
</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