]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/copy.blade.php
Guest create page: name field autofocus
[bookstack] / resources / views / books / copy.blade.php
index 4f01f55e268afa229e6d2ef8bc0e8baa3136c821..293397a97e1db616d38760becc3c92a198e0f8c4 100644 (file)
@@ -26,6 +26,8 @@
                     @include('form.text', ['name' => 'name'])
                 </div>
 
+                @include('entities.copy-considerations')
+
                 <div class="form-group text-right">
                     <a href="{{ $book->getUrl() }}" class="button outline">{{ trans('common.cancel') }}</a>
                     <button type="submit" class="button">{{ trans('entities.books_copy') }}</button>