Fix td align

This commit is contained in:
Maxime Beauchemin 2015-12-14 08:09:20 -08:00
parent 387bbb8b24
commit d50a768df9

View File

@ -56,7 +56,7 @@
</center></td> </center></td>
{% endif %} {% endif %}
{% for value in include_columns %} {% for value in include_columns %}
<td class="text-center"> <td>
{% if item[value].__class__.__name__ == 'bool' %} {% if item[value].__class__.__name__ == 'bool' %}
<input <input
class="form-control" class="form-control"