Skip to content

Commit 9a59914

Browse files
committed
change template organization detail
1 parent 7f9f609 commit 9a59914

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/templates/organizations/detail.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ <h3 class="mb-0">{% trans "Devices" %}</h3>
102102
<th>{% trans "Device ID" %}</th>
103103
<th>{% trans "Device name" %}</th>
104104
<th>{% trans "Date added" %}</th>
105-
<th></th>
106105
</tr>
107106
</thead>
108107
<tbody>
@@ -111,11 +110,10 @@ <h3 class="mb-0">{% trans "Devices" %}</h3>
111110
<td>{{ device.id }}</td>
112111
<td>{{ device.device_name }}</td>
113112
<td>{{ device.last_update }}</td>
114-
<td class="text-end"><a href="" class="btn btn-danger btn-sm">{% trans "Remove" %}</a></td>
115113
</tr>
116114
{% empty %}
117115
<tr>
118-
<td colspan="4" class="text-muted text-center">
116+
<td colspan="3" class="text-muted text-center">
119117
{% trans "No Device found" %}
120118
</td>
121119
</tr>
@@ -133,4 +131,4 @@ <h3 class="mb-0">{% trans "Devices" %}</h3>
133131
</a>
134132
</div>
135133
</div>
136-
{% endblock content %}
134+
{% endblock content %}

0 commit comments

Comments
 (0)