mirror of https://github.com/jumpserver/jumpserver
chore: 修改 html 中 license 文案
parent
3962af7c4f
commit
3ea4a9fbe6
|
@ -55,7 +55,7 @@ api_info = openapi.Info(
|
|||
description="JumpServer Restful api docs",
|
||||
terms_of_service="https://www.jumpserver.org",
|
||||
contact=openapi.Contact(email="support@fit2cloud.com"),
|
||||
license=openapi.License(name="GPLv2 License"),
|
||||
license=openapi.License(name="GPLv3 License"),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% load i18n %}
|
||||
<div class="footer fixed">
|
||||
<div class="pull-right">
|
||||
Version <strong>{{ VERSION }}-{% include '_build.html' %}</strong> GPLv2.
|
||||
Version <strong>{{ VERSION }}-{% include '_build.html' %}</strong> GPLv3.
|
||||
<!--<img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg">-->
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue