Skip to content

Commit 37592cf

Browse files
committed
remove lang
1 parent c61f111 commit 37592cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

site/static/error.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ <h1>
167167
{{- if not .Error.HideStatus }}{{ .Error.Status }} - {{end}}{{
168168
.Error.Title }}
169169
</h1>
170-
{{- if .Error.SwitchProtocolLink }}
171-
<p>It looks like the error was due to a protocol mismatch. Do you want to try using {{ .Error.SwitchProtocolTarget }}?</p>
172-
<div class="button-group">
173-
<a href="{{ .Error.SwitchProtocolLink }}">Use {{ .Error.SwitchProtocolTarget }}</a>
174-
</div>
175-
{{ end }}
176170
{{- if .Error.RenderDescriptionMarkdown }} {{ .ErrorDescriptionHTML }} {{
177171
else }}
178172
<p>{{ .Error.Description }}</p>

0 commit comments

Comments
 (0)