changed nesting

This commit is contained in:
Mr McClain 2016-01-20 22:36:12 -06:00
parent 0c73328529
commit f20bd4ee2e

View File

@ -44,17 +44,17 @@
<td style="width:150px" class="text-center">{{ sigt.status }}</td> <td style="width:150px" class="text-center">{{ sigt.status }}</td>
<td style="width:150px" class="text-center">{{ sigt.notes }}</td> <td style="width:150px" class="text-center">{{ sigt.notes }}</td>
<td style="width:150px" class="text-center">{{ sigt.post_time}}</td> <td style="width:150px" class="text-center">{{ sigt.post_time}}</td>
{% if perms.auth.signature_management %} {% if perms.auth.signature_management %}
<td style="width:150px" class="text-center">{{ sigt.eve_character }}</td> <td style="width:150px" class="text-center">{{ sigt.eve_character }}</td>
<td class="text-center"> <td class="text-center">
<a href="/remove_signature/{{ sigt.id }}"> <a href="/remove_signature/{{ sigt.id }}">
<button type="button" class="btn btn-danger"><span <button type="button" class="btn btn-danger"><span
class="glyphicon glyphicon-remove"></span></button> class="glyphicon glyphicon-remove"></span></button>
</a> </a>
</td> </td>
</tr> </tr>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</tr> </tr>
</table> </table>