Skip to content

Commit

Permalink
Fixed open data compliance report missing referrer header error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyu95 committed Jan 27, 2023
1 parent b8f97df commit f19865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/report/reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Monthly FOIL Metrics</h3>
<br>
<hr>
<h3>Open Data Compliance Report</h3>
<form id="open-data-report-form" action="/report/open-data-report" method="POST" target="_blank" rel="noreferrer" data-parsley-validate>
<form id="open-data-report-form" action="/report/open-data-report" method="POST" target="_blank" data-parsley-validate>
{{ open_data_report_form.csrf_token }}
<div class="form-group">
{{ open_data_report_form.date_from.label }}
Expand Down

0 comments on commit f19865d

Please sign in to comment.