Added routine to change your password.

This commit is contained in:
James Cole
2014-07-02 21:46:56 +02:00
parent 3e59c2792c
commit 43204a3a95
5 changed files with 121 additions and 33 deletions

View File

@@ -19,6 +19,7 @@
</head>
<body>
<div class="container">
@include('partials.menu')
@include('partials.flashes')
@yield('content')
</div>