From b2443d0ff9ba2547e119ee66f435a9f9c00935c5 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Sun, 21 Jul 2019 08:25:44 +0100 Subject: [PATCH] Fixes #102: include the parent album ID in the edit form to work with the validation --- .../views/themes/base/partials/album_settings_tab.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/themes/base/partials/album_settings_tab.blade.php b/resources/views/themes/base/partials/album_settings_tab.blade.php index dd0e46f..579ec5b 100644 --- a/resources/views/themes/base/partials/album_settings_tab.blade.php +++ b/resources/views/themes/base/partials/album_settings_tab.blade.php @@ -3,6 +3,8 @@ {{ csrf_field() }} {{ method_field('PUT') }} + +

@lang('admin.album_basic_info_heading')

@lang('admin.album_basic_info_intro')