Skip to content
Snippets Groups Projects
Commit 7925d439 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update spende.blade.php

parent fa691dac
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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="{!! trans('spende.lastschrift.8.value.placeholder') !!}" value="{{ old('Bankleitzahl') }}">
<input type="number" 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment