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/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/signup.html') 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