- <div class="row">
- <form action="{{$page->getUrl()}}" method="POST">
- <input type="hidden" name="_method" value="PUT">
+ <div class="flex-fill flex">
+ <form action="{{ $page->getUrl() }}" autocomplete="off" data-page-id="{{ $page->id }}" method="POST" class="flex flex-fill">
+ @if(!isset($isDraft))
+ <input type="hidden" name="_method" value="PUT">
+ @endif