]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/edit.blade.php
Updated all application urls to allow path prefix.
[bookstack] / resources / views / chapters / edit.blade.php
index aa76d5ca78e7d939e855bf3326d67815df528961..0363da96d7817fc777641eb2380d27694cf7ca19 100644 (file)
@@ -4,7 +4,7 @@
 
     <div class="container small" ng-non-bindable>
         <h1>Edit Chapter</h1>
-        <form action="{{$chapter->getUrl()}}" method="POST">
+        <form action="{{  $chapter->getUrl() }}" method="POST">
             <input type="hidden" name="_method" value="PUT">
             @include('chapters/form', ['model' => $chapter])
         </form>