diff --git a/views/user/templates/base_login.html b/views/user/templates/base_login.html deleted file mode 100644 index 2dc3123..0000000 --- a/views/user/templates/base_login.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - {% block title %} - 登录 - {% endblock %} - - - - - - -
-
-
-
- - -
-
-
-
-
-
- {% block content %} -
- -

登录

-

微博话题舆情分析可视化系统 - flask echarts SnowNLP

-
-

输入您的用户名和密码

-
-
-
-
-
- - -
-
-
-
-
- -
- -
-
-
- -
-

还没有账号? 注册

-
-
-
- {% endblock %} -
-
-
-
-
-
- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/user/templates/login.html b/views/user/templates/login.html deleted file mode 100644 index 752cccf..0000000 --- a/views/user/templates/login.html +++ /dev/null @@ -1 +0,0 @@ -{% extends 'base_login.html' %} \ No newline at end of file diff --git a/views/user/templates/login1.html b/views/user/templates/login_and_register.html similarity index 93% rename from views/user/templates/login1.html rename to views/user/templates/login_and_register.html index 80cf0a6..b5d7177 100644 --- a/views/user/templates/login1.html +++ b/views/user/templates/login_and_register.html @@ -1,10 +1,10 @@ - + - 原神登录 + 微博舆情分析系统 | 登录 @@ -326,7 +326,7 @@
-
+
@@ -335,8 +335,8 @@
-
-
+
+
@@ -355,7 +355,7 @@ -
+
diff --git a/views/user/templates/register.html b/views/user/templates/register.html deleted file mode 100644 index 54e4446..0000000 --- a/views/user/templates/register.html +++ /dev/null @@ -1,48 +0,0 @@ -{% extends 'base_login.html' %} - -{% block title %} -注册 -{% endblock %} - -{% block content %} -
- -

注册

-

微博话题舆情分析可视化系统 - flask echarts SnowNLP

-
-

输填写好注册信息方可完成注册

-
- -
-
-
- - -
-
-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
- -
-

已有账号? 登录

-
- -
-{% endblock %} \ No newline at end of file