From 2d115c53442f68fc49ca0e5af73287026770d75a Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 13 Aug 2020 21:38:20 +0800 Subject: login.html and signup.html: mobile-friendly pages. --- app/templates/login.html | 1 + app/templates/signup.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/templates/login.html b/app/templates/login.html index d70b042..ff11c74 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -4,6 +4,7 @@ You're logged in already! {% else %} +

diff --git a/app/templates/signup.html b/app/templates/signup.html index 273d492..472fdaf 100644 --- a/app/templates/signup.html +++ b/app/templates/signup.html @@ -4,7 +4,7 @@ You're logged in already! Logout. {% else %} - +

{{ get_flashed_messages()[0] | safe }}

Sign up here.

-- cgit v1.2.1