style: udate csv import
This commit is contained in:
parent
9a7608f9a1
commit
8fd2ee067e
2 changed files with 16 additions and 12 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue