mirror of https://github.com/jumpserver/jumpserver
parent
0b7552a6ee
commit
ef1875d9b5
|
@ -22,20 +22,14 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="gray-bg">
|
<body class="gray-bg">
|
||||||
<div class="outerBox animated fadeInDown">
|
<div class="outerBox animated fadeInDown">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
{% block content %} {% endblock %}
|
{% block content %} {% endblock %}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<hr/>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-12">
|
|
||||||
{% include '_copyright.html' %}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr/>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
{% include '_foot_js.html' %}
|
|
||||||
{% block custom_foot_js %} {% endblock %}
|
{% block custom_foot_js %} {% endblock %}
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue