mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
434 B
19 lines
434 B
{% extends '_without_nav_base.html' %}
|
|
{% load static %}
|
|
{% load i18n %}
|
|
|
|
{% block body %}
|
|
<article>
|
|
<div class="" style="text-align: center; margin-bottom: 50px">
|
|
<h2>
|
|
{% block small_title %}
|
|
{% endblock %}
|
|
</h2>
|
|
</div>
|
|
<div>
|
|
{% block content %}
|
|
{% endblock %}
|
|
</div>
|
|
</article>
|
|
{% endblock %}
|