{%extends "admin/base.html"%} {%block title%} 安装 - 北半球 {%endblock title%} {%block metas%} {{super()}} {%endblock metas%} {%block styles%} {%if config.get("DEBUG")%} {%include "_common-css.html"%} {%else%} {%endif%} {{super()}} {%endblock styles%} {%block navbar%} {%endblock navbar%} {%block content%}
{%include "admin/start/_head.html"%}

欢迎使用北半球

请配置你的网站信息

{{ form.hidden_tag() }}
{%for error in form.password.errors%}
{{error}}
{%endfor%}
{%endblock content%} {%block scripts%} {%if config.get("DEBUG")%} {%include "_common-js.html"%} {%else%} {%endif%} {{super()}} {%endblock scripts%}