Privacy page and consent checkbox

This commit is contained in:
2023-03-19 21:28:28 +02:00
parent 98a7e1403e
commit 53bf7eaa82
10 changed files with 182 additions and 10 deletions

View File

@@ -4,4 +4,8 @@ defmodule OsuuspuutarhaWeb.PageController do
def index(conn, _params) do
render(conn, "index.html")
end
def privacy(conn, _params) do
render(conn, "privacy.html")
end
end