+
+
+
+
+
diff --git a/templates/admin/login.html b/templates/admin/login.html
new file mode 100644
index 0000000..174ab04
--- /dev/null
+++ b/templates/admin/login.html
@@ -0,0 +1,74 @@
+{% extends "admin/base.html" %}
+
+{% block title %}管理员登录{% endblock %}
+
+{% block content %}
+
+
+
+
+ {% if error %}
+
+ {{ error }}
+
+ {% endif %}
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file