Re-enable calendar

This commit is contained in:
2020-03-10 18:03:05 +00:00
parent 4d845309c9
commit 88ac1b93ae
22 changed files with 112 additions and 118 deletions

View File

@@ -1,4 +1,4 @@
<div class="card table-responsive">
<div class="table-responsive">
<table class="table table-hover" id="item-table" {% if edit %}data-orderurl="{#% url 'item_order' %#}"{% endif %}>
<thead>
<tr>
@@ -66,10 +66,10 @@
<td class="vert-align text-right">
<button type="button" class="item-edit btn btn-xs btn-default"
data-toggle="modal" data-target="#itemModal">
<span class="fas fa-edit"></span>
<i class="fas fa-edit"></i>
</button>
<button type="button" class="item-delete btn btn-xs btn-danger">
<span class="fas fa-remove"></span>
<i class="fas fa-times-circle"></i>
</button>
</td>
{% endif %}