diff --git a/app/templates/login.html b/app/templates/login.html index e56b678..e3e19d1 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -5,17 +5,132 @@ You're logged in already! {% else %} -
-

- -

-

- -

-

- -

-
+ + +
+ +
+

Sign In

+
+ +
+ + + +
+ +
+ +注册 + {% endif %} {% endblock %} diff --git a/app/templates/signup.html b/app/templates/signup.html index eb3e301..bbc653a 100644 --- a/app/templates/signup.html +++ b/app/templates/signup.html @@ -7,13 +7,131 @@ You're logged in already! Logout.

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

-

Sign up here.

+ + +
+ +
+

Sign Up

+
+ +
+

+

+

+ +
+ +
+ {% endif %} {% endblock %}