nicer tables? (bootstrap)
This commit is contained in:
parent
116c41709c
commit
ae2ba509d2
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
<div id="doodle">
|
||||
<h4>Participants</h4>
|
||||
<p><b>{{ nboui }}</b> ont répondu oui, <b>{{ nbpe }}</b> peut-être, et <b>{{ nbnon }}</b> non</p>
|
||||
<table>
|
||||
<table class="table">
|
||||
{% if participants %}
|
||||
<tr>
|
||||
<th>Ernestophoniste</th>
|
||||
|
@ -69,7 +69,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if instrument_count %}
|
||||
<table>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>Instrument</th>
|
||||
<th>Oui</th>
|
||||
|
|
Loading…
Reference in a new issue