16 lines
363 B
PHP
16 lines
363 B
PHP
@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
|