]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/password.blade.php
Updated all application urls to allow path prefix.
[bookstack] / resources / views / auth / password.blade.php
index d3ea08e1c257686340d4a9d6a197ad3176d9935f..d8536efa723bebef008e1feb194c682fd773a394 100644 (file)
@@ -1,7 +1,5 @@
 @extends('public')
 
-@section('body-class', 'image-cover login')
-
 @section('content')
 
 
@@ -11,7 +9,7 @@
 
             <p class="muted small">Enter your email below and you will be sent an email with a password reset link.</p>
 
-            <form action="/password/email" method="POST">
+            <form action="{{ baseUrl("/password/email") }}" method="POST">
                 {!! csrf_field() !!}
 
                 <div class="form-group">