diff --git a/user/templates/login.html b/user/templates/login.html index da9a37c..af0ff76 100644 --- a/user/templates/login.html +++ b/user/templates/login.html @@ -1,84 +1,86 @@ -{% extends "title_base.html" %} -{% block title %} -{% load staticfiles %} - - - - - - -
-
- - Hi,我的音乐欢迎您! -
- -
- - -
-
- -{% endblock %} +{% extends "title_base.html" %} +{% load staticfiles %} + +{% block header_extends %} + + + +{% endblock %} + +{% block content %} + +
+
+ + Hi,我的音乐欢迎您! +
+ +
+ + +
+
+ +{% endblock %}