Skip to content

Commit 4cdbb6e

Browse files
authored
fix error page (#914)
1 parent 58a836f commit 4cdbb6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/error/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>
4444
{% block scripts %}
4545
{{ super() }}
4646
<script nonce="{{ csp_nonce() }}">
47-
gtag('event', '{{ HTTP_STATUS_CODES[error.code] }}' {
47+
gtag('event', '{{ HTTP_STATUS_CODES[error.code] }}', {
4848
'event_category': 'error',
4949
'event_label': '{{ request.path }}',
5050
'value': 1

0 commit comments

Comments
 (0)