diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 16:59:22 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 16:59:22 +0100 |
commit | c2073816d1181797c44a6549334762e6501315d8 (patch) | |
tree | f4059f4154ddcbdb9fb6ffec4d426d4f147c2f4b /ctrack/organisations | |
parent | c4f121234adb72274c986577c1775638f9c61632 (diff) |
prettifying the incident report page a bit
Diffstat (limited to 'ctrack/organisations')
-rw-r--r-- | ctrack/organisations/templates/organisations/incidentreport_form.html | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ctrack/organisations/templates/organisations/incidentreport_form.html b/ctrack/organisations/templates/organisations/incidentreport_form.html index 4a0f632..2683302 100644 --- a/ctrack/organisations/templates/organisations/incidentreport_form.html +++ b/ctrack/organisations/templates/organisations/incidentreport_form.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base_stakeholder.html" %} {% block title %} Submit a new NIS Incident Report to DfT @@ -10,14 +10,23 @@ <div class="container mt-3"> <div class="row"> <div class="col-md-12 pl-0 my-2"> - <h4>Submit an Incident Report</h4> + <h4>NIS Incident Report - for DfT</h4> + <div class="row"> + <div class="col-8 my-2"> + <div class="border border-danger rounded p-2"> + <h5>IMPORTANT:</h5> + <p>Please ensure full details are provided. Incident reports MUST be submitted + within 72 of an incident being detected. Your lead inspector will follow-up with + you in due course. Thank you.</p></div> + </div> + </div> </div> </div> <div class="row"> - <div class="col-md-7 pt-2 border bg-light"> + <div class="col-md-8 pt-2 border bg-light"> {% crispy form %} </div> - <div class="col-sm-5"> + <div class="col-sm-4"> <div class="card" style="width: 18rem;"> <div class="card-body"> <h5 class="card-title">Help submitting an incident form</h5> |