mitgliederverwaltung/lib/mv_web/controllers/join_confirm_html.ex
Simon 99a8d64344
All checks were successful
continuous-integration/drone/push Build is passing
fix: translation of login page
2026-03-13 14:11:54 +01:00

9 lines
260 B
Elixir

defmodule MvWeb.JoinConfirmHTML do
@moduledoc """
Renders join confirmation result pages (success, expired, invalid) with
public header and hero layout. Used by JoinConfirmController.
"""
use MvWeb, :html
embed_templates "join_confirm_html/*"
end