style: restyle PDF export

This commit is contained in:
carla 2026-02-24 15:27:12 +01:00
parent 8fd2ee067e
commit aaa897c8dc
3 changed files with 34 additions and 10 deletions

View file

@ -93,11 +93,11 @@ defmodule MvWeb.ImportLive do
<%= if Authorization.can?(@current_user, :create, Mv.Membership.Member) do %>
<%!-- CSV Import Section --%>
<.header>
{gettext("Import Members (CSV)")}
<:subtitle>
{gettext("Import members from CSV files.")}
</:subtitle>
</.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} />