Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
cadd26e6
Commit
cadd26e6
authored
Dec 11, 2017
by
Aria Givi
Browse files
Kleinigkeit übersehen
parent
6f8886b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
cadd26e6
...
...
@@ -37,7 +37,7 @@
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"value"
>
{
!!
trans
(
'spende.lastschrift.8.value'
)
!!
}
</
label
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"value"
required
=
""
name
=
"Bankleitzahl"
placeholder
=
"
BIC
"
value
=
"{{ old('Bankleitzahl') }}"
>
<
input
type
=
"text"
class
=
"form-control"
id
=
"value"
required
=
""
name
=
"Bankleitzahl"
placeholder
=
"
{!! trans('spende.lastschrift.8.value.placeholder') !!}
"
value
=
"{{ old('Bankleitzahl') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"msg"
>
{
!!
trans
(
'spende.lastschrift.8.message'
)
!!
}
</
label
>
...
...
Write
Preview
Supports
Markdown
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