remove stripped table rows
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<h5>{{table.headline}}</h5>
|
<h5>{{table.headline}}</h5>
|
||||||
<div class="w3-card-4">
|
<div class="w3-card-4">
|
||||||
|
|
||||||
<table class="w3-table w3-striped w3-bordered w3-border w3-hoverable w3-white">
|
<table class="w3-table w3-bordered w3-hoverable w3-white">
|
||||||
{% if table.thead is defined%}
|
{% if table.thead is defined%}
|
||||||
<thead>
|
<thead>
|
||||||
{% for row in table.thead %}
|
{% for row in table.thead %}
|
||||||
|
|||||||
Reference in New Issue
Block a user