Organic sertificate, updated front page, translated privacy route

This commit is contained in:
2023-06-13 15:26:15 +03:00
parent 3f41a9d097
commit 29d7733ecd
9 changed files with 121 additions and 15 deletions

View File

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