diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 16:14:26 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 16:14:26 +0100 |
commit | a5ccd4b3a176fa8c0302000fd1f09b06c1a04ced (patch) | |
tree | 5f8eb91996d7535512adc8d4430ece269abcb18c /ctrack/organisations/templates | |
parent | 739b3dd6aa383f70e5442e74fb4d217d5619d110 (diff) |
after a lot of pain, incident report form basically works
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r-- | ctrack/organisations/templates/organisations/incidentreport_form.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ctrack/organisations/templates/organisations/incidentreport_form.html b/ctrack/organisations/templates/organisations/incidentreport_form.html index 5387f56..4a0f632 100644 --- a/ctrack/organisations/templates/organisations/incidentreport_form.html +++ b/ctrack/organisations/templates/organisations/incidentreport_form.html @@ -20,9 +20,8 @@ <div class="col-sm-5"> <div class="card" style="width: 18rem;"> <div class="card-body"> - <h5 class="card-title">Help submitting a form</h5> - <p class="card-text">An organisation is the parent/operating company. There is probably advice and - proper definitions for this somewhere. Maybe if you click the link below, it will take you there?</p> + <h5 class="card-title">Help submitting an incident form</h5> + <p class="card-text">Bobbins for now..</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> |