form: fix confirmation success page css

This commit is contained in:
Harvey Tindall
2023-06-21 21:22:05 +01:00
parent 14c18bd668
commit 8113f794ab
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" class="{{ .cssClass }}">
<head>
<link rel="stylesheet" type="text/css" href="css/{{ .cssVersion }}bundle.css">
<link rel="stylesheet" type="text/css" href="{{ .urlBase }}/css/{{ .cssVersion }}bundle.css">
{{ template "header.html" . }}
<title>Invalid Code - jfa-go</title>
</head>