[后端]修改我的提交列表样式,方便筛选

This commit is contained in:
esp
2015-08-29 09:34:46 +08:00
parent f2a8c437de
commit cfaac4f5a2
2 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
{% load submission %}
<div class="container main">
<div class="col-md-9 col-lg-9">
{% if submissions %}
<table class="table table-bordered">
<thead>
<tr>
@@ -76,7 +75,7 @@
{% endif %}
</ul>
</nav>
{% else %}
{% if not submissions %}
<p>你还没有提交记录!</p>
{% endif %}
</div>