2020-12-29 18:42:26 +00:00
|
|
|
<!DOCTYPE html>
|
2021-01-04 22:50:48 +00:00
|
|
|
<html lang="en" class="{{ .cssClass }}">
|
2020-12-29 18:42:26 +00:00
|
|
|
<head>
|
2021-01-04 22:50:48 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/base.css">
|
2020-12-29 18:42:26 +00:00
|
|
|
{{ template "header.html" . }}
|
2021-01-04 22:50:48 +00:00
|
|
|
<title>Invalid Code - jfa-go</title>
|
2020-12-29 18:42:26 +00:00
|
|
|
</head>
|
2021-01-04 22:50:48 +00:00
|
|
|
<body class="section">
|
|
|
|
<div class="page-container">
|
|
|
|
<h1 class="heading">Invalid invite code.</h1>
|
|
|
|
<p class="content">The code above was either incorrect, or has expired.</p>
|
|
|
|
<p class="content">
|
|
|
|
{{ .contactMessage }}
|
|
|
|
</p>
|
2020-12-29 18:42:26 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|