switch from ownCloud to minIO
buttons in table are buttons and do edit and delete properly
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<th>Line</th>
|
||||
<th>Created on</th>
|
||||
<th>Created by</th>
|
||||
<th>Status</th>
|
||||
{% endblock table_header %}
|
||||
|
||||
{% block table_data %}
|
||||
@@ -18,8 +19,6 @@
|
||||
<td>{{ object.line.short_name }}</td>
|
||||
<td>{{ object.created_on }}</td>
|
||||
<td>{{ object.created_by.username }}</td>
|
||||
<td>{{ object.received|yesno:"Received,Pending" }}</td>
|
||||
{% endblock %}
|
||||
|
||||
{% block modal_header %}
|
||||
<h2>Edit Preinfo</h2>
|
||||
{% endblock modal_header %}
|
||||
|
||||
Reference in New Issue
Block a user