modified: template/login.html

modified:   template/register.html
This commit is contained in:
zhangyuheng 2024-01-16 14:40:12 +08:00
parent ea86102017
commit 3f20013b1a
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@
{% endif %}
<a href="{% url 'pro_list' %}" class="register-link">{% trans "返回首页" %}</a>
<hr>
<span style="font-size: 12px;color: #666;">觅思文档 - 私有云知识库部署方案</span>
<span style="font-size: 12px;color: #666;"></span>
{% if beian_code != None and beian_code != '' %}
<br>
<a style="font-size: 12px;color: #666;" href="http://beian.miit.gov.cn/" target="_blank">{{beian_code}}</a>

View File

@ -102,7 +102,7 @@
<a href="{% url 'login' %}" class="register-link">{% trans "返回登录" %}</a>
<a href="{% url 'pro_list' %}" class="register-link">{% trans "返回首页" %}</a>
<hr>
<span style="font-size: 12px;color: #666;">觅思文档 - 私有云知识库部署方案</span>
<span style="font-size: 12px;color: #666;"></span>
{% if beian_code != None and beian_code != '' %}
<br>
<a style="font-size: 12px;color: #666;" href="http://beian.miit.gov.cn/" target="_blank">{{beian_code}}</a>