]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/create.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / books / create.blade.php
index 4d23e32bb5fc26685f7c3fac416d7e77bc1d4d12..2c629e699622053940849dc207121cb4a201b21d 100644 (file)
@@ -1,10 +1,12 @@
 @extends('base')
 
 @section('content')
-    <h2>New Book</h2>
 
-    <form action="/books" method="POST">
-        {{ csrf_field() }}
+<div class="container small" ng-non-bindable>
+    <h1>{{ trans('entities.books_create') }}</h1>
+    <form action="{{ baseUrl("/books") }}" method="POST">
         @include('books/form')
     </form>
+</div>
+
 @stop
\ No newline at end of file