Commit d878bb19 authored by ibuler's avatar ibuler

bug消除

parent 6bd0ed43
...@@ -63,20 +63,14 @@ ...@@ -63,20 +63,14 @@
<td>{{ user.is_active }}</td> <td>{{ user.is_active }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
<tr> </tbody>
<td></td> </table>
<td colspan="3">
<div class="form-group"> <div class="form-group">
<div class="col-sm-4 col-sm-offset-2"> <div class="col-sm-4 col-sm-offset-2">
<button class="btn btn-white" type="submit">取消</button> <button class="btn btn-white" type="submit">取消</button>
<button id="submit_button" class="btn btn-primary" type="submit">确认删除</button> <button id="submit_button" class="btn btn-primary" type="submit">确认删除</button>
</div> </div>
</div> </div>
</td>
</tr>
</tbody>
</table>
</form> </form>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment