]> BookStack Code Mirror - bookstack/blobdiff - resources/views/users/delete.blade.php
Started work on user profile pages
[bookstack] / resources / views / users / delete.blade.php
index 0221dee9abdcdb390f284c5e5bf406d7d3877422..282ae242bbc5746c249dc30322556b865276d4f4 100644 (file)
@@ -7,7 +7,7 @@
         <p>This will fully delete this user with the name '<span class="text-neg">{{$user->name}}</span>' from the system.</p>
         <p class="text-neg">Are you sure you want to delete this user?</p>
 
-        <form action="/users/{{$user->id}}" method="POST">
+        <form action="/settings/users/{{$user->id}}" method="POST">
             {!! csrf_field() !!}
             <input type="hidden" name="_method" value="DELETE">
             <a href="/users/{{$user->id}}" class="button muted">Cancel</a>