Please help the UConn community find the Report site by adding a button on your website.
Adding a button to your Cynder site
- Add a button block to your page
- Add the following link to your button: https://report.uconn.edu
- Save page
Adding a button to your non-Cynder site
Add the following code to your page:
<a href="https://report.uconn.edu" class="btn btn-primary" target="_blank">Report Incidents</a>
Adding a button to your footer
Add the following code to a widget in your footer:
<a href="https://report.uconn.edu" class="btn btn-primary" target="_blank">Report Incidents</a>