Fixes #102: include the parent album ID in the edit form to work with the validation

This commit is contained in:
Andy Heathershaw 2019-07-21 08:25:44 +01:00
parent 8a758f2b06
commit b2443d0ff9
1 changed files with 2 additions and 0 deletions

View File

@ -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>