diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-09 14:09:57 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-09 14:09:57 +0100 |
commit | d1ca34da126798c379283d4386d7cf436589eb09 (patch) | |
tree | d408b2897a8c6f8ba06e33fd34d67c10edc44beb /ctrack/organisations | |
parent | 7169a219896fdec7ff19b246b18f30f1a9ec2096 (diff) |
back to table for engagement events on org detail page for now
Diffstat (limited to 'ctrack/organisations')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index b3775ab..eff4dd3 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -212,7 +212,9 @@ <div class="card-title" style="font-size: 1.1rem;"> Engagements & Compliance Events <a href="{% url "register:create" object.slug %}" class="btn btn-outline-primary btn-sm float-right">Add - new...</a></div> + new...</a> + </div> + <div class="table table-responsive"> <table class="table table-sm table-striped table-bordered"> <thead> |