Remove flask_user and use flask_login directly, with partial feature support

This commit is contained in:
rubenwardy
2020-12-04 22:05:10 +00:00
parent 2358ed1b24
commit 5ef15e91d4
31 changed files with 287 additions and 171 deletions

View File

@@ -126,7 +126,7 @@ Creating an Account
options.
</p>
<a class="btn btn-primary" href="{{ url_for('user.register') }}">Register</a>
<a class="btn btn-primary" href="{{ url_for('users.register') }}">Register</a>
</div>
</div>
</div>