wiki registration formatting change

This commit is contained in:
2018-10-29 21:11:59 -05:00
parent 4b5b138218
commit 6cfc2eb5f3
2 changed files with 21 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ class WikiController extends Controller
return redirect('/dashboard')->with('error', 'Already registered for the wiki!');
}
return view('wiki.register');
return view('wiki.register')->with('name', $name);
}
public function storeRegister(Request $request) {