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
70e3bddb
Commit
70e3bddb
authored
Dec 11, 2017
by
Aria Givi
Browse files
Kleinigkeit übersehen
parent
0404446e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
70e3bddb
...
...
@@ -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
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