Make admin detail link have small width

This commit is contained in:
Ryan P Kilby 2018-05-15 12:52:50 -04:00
parent c5ab65923f
commit 86f5cb7cdd

View File

@ -1,7 +1,7 @@
{% load rest_framework %}
<table class="table table-striped">
<thead>
<tr>{% for column in columns%}<th>{{ column|capfirst }}</th>{% endfor %}<th></th></tr>
<tr>{% for column in columns%}<th>{{ column|capfirst }}</th>{% endfor %}<th class="col-xs-1"></th></tr>
</thead>
<tbody>
{% for row in results %}