添加 group add view

This commit is contained in:
ibuler
2015-01-07 23:56:36 +08:00
parent 2aea864fbe
commit fac7fe3281
2 changed files with 42 additions and 1 deletions

View File

@@ -28,6 +28,12 @@
</div>
<div class="ibox-content">
<form method="post" class="form-horizontal" action="">
{% if error %}
<div class="alert alert-warning text-center">{{ error }}</div>
{% endif %}
{% if msg %}
<div class="alert alert-success text-center">{{ msg }}</div>
{% endif %}
<div class="form-group">
<label for="j_group_name" class="col-sm-2 control-label">组名<span class="red-fonts">*</span></label>
<div class="col-sm-8">