diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-21 20:54:26 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-21 20:54:26 +0100 |
commit | b0cb4e453f060c174c14e896767c3cb89b1d6531 (patch) | |
tree | 8c475b9819b46c7b612c5c91df868408509e05a7 /ctrack/organisations/templates | |
parent | ecd2c19b265e3974707da0d9b8e260749dcf4a9f (diff) |
bit of a hack to get notes to sort alongside objects with actual date attributes - here we add one for the sort and remove it after
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index fe744fe..fef5892 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -88,7 +88,7 @@ <div class="card bg-light"> <div class="card-body"> <div class="card-title" style="font-size: 1.1rem;"> - Engagements & Compliance Events + Notes & Events </div> <div class="mb-2"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar-month" fill="currentColor" |