Fixed double top border on component template tables

This commit is contained in:
Jeremy Stretch
2016-06-24 12:56:36 -04:00
parent 4cbf09e0e1
commit 0b66b547a3
3 changed files with 15 additions and 11 deletions

View File

@@ -22,8 +22,6 @@
<div class="panel-heading">
<strong>{{ title }}</strong>
</div>
<table class="table table-hover panel-body">
{% render_table table table_template|default:'table.html' %}
</table>
{% render_table table 'table.html' %}
</div>
{% endif %}