diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html index 4a94875..3485a6d 100644 --- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html +++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html @@ -20,12 +20,12 @@

SQLAlchemy

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

-

Official website »

+

Official website »

WTForms

WTForms is a flexible forms validation and rendering library for python web development.

-

Official website »

+

Official website »

diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/users/members.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/users/members.html index dc2b897..5179bfb 100644 --- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/users/members.html +++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/users/members.html @@ -1,7 +1,7 @@ {% raw %} {% extends "layout.html" %} {% block content %} -

Welcome {{ session.username }}

+

Welcome {{ current_user.username }}

This is the members-only page.

{% endblock %} {% endraw%}