Skip to content

Commit e068208

Browse files
authored
fix(asset_history): historyic table broken (#57)
1 parent d76f48e commit e068208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/invenflask/templates/single_history.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ <h1> Asset History </h1>
126126
<td>{{ item.checkouttime }}</td>
127127
<td>{{ item.returntime }}</td>
128128
</tr>
129+
{% endfor %}
129130
</tbody>
130131
</table>
131-
{% endfor %}
132+
132133

133134
{% endif %}
134135
{{ data_var|safe }}

0 commit comments

Comments
 (0)