remove stripped table rows

This commit is contained in:
Stefan Allius
2025-05-03 20:18:31 +02:00
parent 62f1f63baf
commit ccf21d5355

View File

@@ -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 %}