diff --git a/safesite/templates/companyinfo.html b/safesite/templates/companyinfo.html index a98d72b0..27b8f255 100644 --- a/safesite/templates/companyinfo.html +++ b/safesite/templates/companyinfo.html @@ -1,165 +1,50 @@ - - +
公司信息
+
+ {% csrf_token %} + {{ companyinfo.non_field_errors }} + + + + + + + + + {% for field in companyinfo %} + + + + + {% endfor %} + + + + +
+ 属性 + + 内容 +
{{ field.label_tag }}{{ field }}{{ field.errors }}
+
+ - - - - ctc安全生产管理系统 - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
公司信息
-
- {% csrf_token %} - {{ companyinfo.non_field_errors }} - - - - - - - - - {% for field in companyinfo %} - - - - - {% endfor %} - -
- 属性 - - 内容 -
{{ field.label_tag }}{{ field }}{{ field.errors }}
-
-
- - - - -
-
-
- -
-
-
- - {{ username }} 欢迎您! - -
-
- 安全退出 - 绑定微信 - 修改密码 - - 数据大屏 -
-
- -
- - - -
-
- - - -
-
-
- - - - - - \ No newline at end of file diff --git a/safesite/templates/index.html b/safesite/templates/index.html index c531536c..8aeacfe2 100644 --- a/safesite/templates/index.html +++ b/safesite/templates/index.html @@ -25,6 +25,7 @@ +