修改vbug

pull/6/head
guanghongwei 2015-01-10 15:04:34 +08:00
parent 56fe39d346
commit 3a3c5701b7
1 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,13 @@
</div>
</div>
<div class="ibox-content">
<form method="post" class="form-horizontal">
<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_username" class="col-sm-2 control-label">鐢ㄦ埛鍚<span class="red-fonts">*</span></label>
<div class="col-sm-8">