|
|
@ -7,7 +7,7 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if results %} |
|
|
{% if results %} |
|
|
<div class="results table-responsive"> |
|
|
<div class="results table-responsive"> |
|
|
<table id="result_list" class="table table-striped table-bordered"> |
|
|
<table id="result_list" class="table table-striped table-bordered table-condensed"> |
|
|
<thead> |
|
|
<thead> |
|
|
<tr> |
|
|
<tr> |
|
|
{% for header in result_headers %} |
|
|
{% for header in result_headers %} |
|
|
|