Centre le nom des options
This commit is contained in:
parent
c0b9025fcf
commit
064c5578c8
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
{% for o in options %}
|
||||
<th>{{ o }}</th>
|
||||
<th class="has-text-centered">{{ o }}</th>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
{% for o in options %}
|
||||
<th>{{ o }}</th>
|
||||
<th class="has-text-centered">{{ o }}</th>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in a new issue