mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Merge pull request #78 from mirzadelic/master
bootstrap class on table (important for django-suit)
This commit is contained in:
commit
a4c9e70950
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue