{% extends "base.html" %} {% block page %}

代码上线发布申请

{{ form.csrf_token }}
项目名称:{{ form.project (style="width:130px",autocomplete="off") }} TAG:{{ form.tag (style="width:142px",autocomplete="off") }} 审核人:{{ form.leader (style="width:151px",placeholder="项目负责人邮箱") }}
GIT地址:{{ form.git_url (style="width:516px") }}
{{ form.describe (rows = 4,style="width:570px;resize:vertical",placeholder="代码变更描述:") }}
{{ form.product(style="margin:0px") }}产品已确认通过 {{ form.test (style="margin:0px") }}测试已确认通过 {{ form.nottest (style="margin:0px") }}无需测试确认 产品、测试均为必选项!
{{ form.sql_run (style="margin:0px") }}需执行SQL
{{ form.comment (rows = 4,style="width:570px;resize:vertical;margin-top: 5px",placeholder="备注(可选):") }}
{{ form.submit(class="btn btn-primary") }}
{% if Msg %} {% endif %} {% if not Main_Menu['submenu'] %} {% endif %} {% endblock page %}