summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-05-08 11:55:05 +0100
committerJoe Carstairs <me@joeac.net>2025-05-08 11:55:05 +0100
commitab436fb120cbf5c2bf16788bbf6168a36e88ab16 (patch)
treea87268113c1587d71562d2d416c7784717ea2a2e /src/pages
parentfd5998240f65e3bc3a94e4045f8f5c286a755b1c (diff)
Copyright statement
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/submit.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro
index 5415854..f12de86 100644
--- a/src/pages/[locale]/submit.astro
+++ b/src/pages/[locale]/submit.astro
@@ -20,4 +20,8 @@ const t = translate(locale);
<p set:html={t(tPage, { key: 'submit-para-2' })} />
<p set:html={t(tPage, { key: 'submit-para-3' })} />
</section>
+ <section>
+ <h2 set:html={t(tPage, { key: 'copyright-heading' })} />
+ <p set:html={t(tPage, { key: 'copyright-body' })} />
+ </section>
</Page>