diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 13:22:56 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 13:22:56 +0100 |
commit | 8edc6a41c160ff75e964db45371e4ae63fb68c17 (patch) | |
tree | 6c5d941aa842dc75ae3939d56de1020c13320467 /ctrack/templates/pages/stakeholder_home.html | |
parent | 2fd651e2cb3a4cd3a31921032af0279d156dd053 (diff) |
a lot of time and effort looking for a bug with selenium that wasnt there
Diffstat (limited to 'ctrack/templates/pages/stakeholder_home.html')
-rw-r--r-- | ctrack/templates/pages/stakeholder_home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/pages/stakeholder_home.html b/ctrack/templates/pages/stakeholder_home.html index bcd5ecf..7070d71 100644 --- a/ctrack/templates/pages/stakeholder_home.html +++ b/ctrack/templates/pages/stakeholder_home.html @@ -64,7 +64,7 @@ <td><strong><span class="badge badge-success">RESOLVED</span></strong></td> </tr> </table> - <a class="btn btn-primary" id="id_submit_incident_button">Report a NIS incident</a> + <a class="btn btn-primary" id="id_submit_incident_button" href="{% url "organisations:create_incident_report" org.slug %}">Report a NIS incident</a> </div> </div> <hr> |