nochmal nue
This commit is contained in:
parent
2c2e34b71e
commit
6f07d70436
27 changed files with 311 additions and 1988 deletions
|
@ -124,7 +124,6 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Old Value</th>
|
||||
<th>New Value</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -132,7 +131,6 @@
|
|||
{% for log in desired_stock_history %}
|
||||
<tr>
|
||||
<td>{{ log.changeDate|date('Y-m-d H:i:s') }}</td>
|
||||
<td>{{ log.oldValue }}</td>
|
||||
<td>{{ log.newValue }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue