Fixed issue with item modals not displaying.

Moved item modal code to an includable file.
This commit is contained in:
Tom Price
2015-01-22 19:26:16 +00:00
parent 33ec095612
commit e3e57554c6
5 changed files with 80 additions and 67 deletions

View File

@@ -1,3 +1,4 @@
<tr id="item-{{item.pk}}" data-pk="{{item.pk}}" class="item_row">
<td>
<span class="name">{{ item.name }}</span>