diff options
Diffstat (limited to '')
-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> |