update web interface
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
|
||||
|
||||
{% block title %}联系我们{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@@ -17,8 +19,8 @@
|
||||
<div class="contact-info">
|
||||
<h3>联系方式</h3>
|
||||
<p><strong>地址:</strong>{{ company.contact.address }}</p>
|
||||
<p><strong>电话:</strong>{{ company.contact.phone }}</p>
|
||||
<p><strong>邮箱:</strong>{{ company.contact.email }}</p>
|
||||
<p><strong>电话:</strong>{{ company.contact.Tel }}</p>
|
||||
<p><strong>邮箱:</strong>{{ company.contact.Email }}</p>
|
||||
|
||||
<h3>工作时间</h3>
|
||||
<p>周一至周五: 9:00 - 18:00</p>
|
||||
|
||||
Reference in New Issue
Block a user