Fixes #102: include the parent album ID in the edit form to work with the validation
This commit is contained in:
parent
8a758f2b06
commit
b2443d0ff9
@ -3,6 +3,8 @@
|
||||
{{ csrf_field() }}
|
||||
{{ method_field('PUT') }}
|
||||
|
||||
<input type="hidden" name="parent_album_id" value="{{ $album->parent_album_id }}"/>
|
||||
|
||||
<h4><i class="fa fa-fw fa-info"></i> @lang('admin.album_basic_info_heading')</h4>
|
||||
<p>@lang('admin.album_basic_info_intro')</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user