mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Move @autocomplete attributes to <form> parent
This commit is contained in:
parent
a91b899a69
commit
135e4ac70c
4 changed files with 6 additions and 15 deletions
|
@ -57,7 +57,7 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
<img src="<?= $artwork->ThumbUrl ?>" alt="" property="schema:image"/>
|
||||
</picture>
|
||||
|
||||
<form class="create-update-artwork" method="post" action="<?= $artwork->Url ?>" enctype="multipart/form-data">
|
||||
<form class="create-update-artwork" method="post" action="<?= $artwork->Url ?>" enctype="multipart/form-data" autocomplete="off">
|
||||
<input type="hidden" name="_method" value="PUT" />
|
||||
<?= Template::ArtworkForm(['artwork' => $artwork, 'isEditForm' => true]) ?>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue