diff --git a/db.sqlite3 b/db.sqlite3 index 909fa5f..7fb31e6 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/media/logo-white.png b/media/logo-white.png new file mode 100644 index 0000000..30bea2b Binary files /dev/null and b/media/logo-white.png differ diff --git a/template/app_admin/admin_base.html b/template/app_admin/admin_base.html index 67429bd..4cd7d54 100644 --- a/template/app_admin/admin_base.html +++ b/template/app_admin/admin_base.html @@ -5,11 +5,20 @@ {% block title %}{% endblock %} - 后台管理 - MrDoc +
- +
diff --git a/template/app_admin/admin_user.html b/template/app_admin/admin_user.html index 756ed2d..9ff673a 100644 --- a/template/app_admin/admin_user.html +++ b/template/app_admin/admin_user.html @@ -2,6 +2,12 @@ {% load staticfiles %} {% block title %}用户管理{% endblock %} {% block content %} +
+
+ 用户管理 + +
+
diff --git a/template/app_doc/create_doctemp.html b/template/app_doc/create_doctemp.html index 50aae17..eadbe9f 100644 --- a/template/app_doc/create_doctemp.html +++ b/template/app_doc/create_doctemp.html @@ -9,16 +9,47 @@ - - - - - - +
+
+ +
+
+ +
+
+ +
+
- +
diff --git a/template/app_doc/doctemp_list.html b/template/app_doc/doctemp_list.html index 566549b..dc98dfb 100644 --- a/template/app_doc/doctemp_list.html +++ b/template/app_doc/doctemp_list.html @@ -1,10 +1,135 @@ +{% load staticfiles %} - + - Title + 管理文档模板 - MrDoc + + + - + +
+
+ +
+
+ +
+
+ +
+
+
+
+

管理文档模板

+
+
+ + +
+
+ + + +{% block custom_script %} + +{% endblock %} \ No newline at end of file diff --git a/template/app_doc/project.html b/template/app_doc/project.html index e47f671..4990152 100644 --- a/template/app_doc/project.html +++ b/template/app_doc/project.html @@ -26,7 +26,7 @@