style: udate csv import

This commit is contained in:
carla 2026-02-24 15:07:34 +01:00
parent 9a7608f9a1
commit 8fd2ee067e
2 changed files with 16 additions and 12 deletions

View file

@ -92,7 +92,13 @@ defmodule MvWeb.ImportLive do
<Layouts.app flash={@flash} current_user={@current_user} club_name={@club_name}>
<%= if Authorization.can?(@current_user, :create, Mv.Membership.Member) do %>
<%!-- CSV Import Section --%>
<.form_section title={gettext("Import Members (CSV)")}>
<.header>
{gettext("Import Members (CSV)")}
<:subtitle>
{gettext("Import members from CSV files.")}
</:subtitle>
</.header>
<.form_section title={gettext("Datei auswählen")}>
<Components.custom_fields_notice {assigns} />
<Components.template_links {assigns} />
<Components.import_form {assigns} />