diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-29 15:20:16 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-29 15:20:16 +0100 |
commit | 7ad343a875a8dbd667824685065b905b14a49870 (patch) | |
tree | d0b9a244d9ad57dc34b2a09eece6fc7a6446c20d /ctrack/organisations | |
parent | 5314ffb3308a02de8e8bd51cb4ce1784181a4a81 (diff) |
Can save new Engagement Event form with hidden user field - PAIN
Diffstat (limited to '')
-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 708f5a2..97f7429 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -200,7 +200,7 @@ <div class="col-md-12 my-2"> <div class="card bg-light"> <div class="card-body"> - <div class="card-title" style="font-size: 1.1rem;">Engagements<a href="{% url "register:create" object.slug %}" + <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> <div class="table table-responsive"> |