bootstrap class on table (important for django-suit)

This commit is contained in:
Mirza Delic 2013-10-20 21:33:59 +02:00
parent 2257f7d76d
commit f02e06ea99

View file

@ -6,7 +6,7 @@
{% endif %}
{% if results %}
<div class="results">
<table cellspacing="0" id="result_list">
<table cellspacing="0" class="table table-striped table-bordered table-hover table-condensed" id="result_list">
<thead>
<tr>
{% for header in result_headers %}<th scope="col" {{ header.class_attrib }}>