some changes to the login page for non authed users. And also added a new layout with the id 6 only for marderchen to fix his async issues with older browsers
This commit is contained in:
15
resources/views/layout6/todo.blade.php
Normal file
15
resources/views/layout6/todo.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('profilelayout')
|
||||
@section('content')
|
||||
<div class="page-header">
|
||||
<h3>Todo & Changelog</h3>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<ul>
|
||||
<li>Make the captcha for the register page work again (probably hard to solve)</li>
|
||||
<li>Make a fucking password reset function already (probably hard to solve)</li>
|
||||
<li>Private messages?</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user