This commit is contained in:
parent
e088123fb9
commit
18c082a893
4 changed files with 159 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ defmodule MvWeb.MemberFieldLive.IndexComponent do
|
|||
<div id={@id}>
|
||||
<.form_section title={gettext("Memberdata")}>
|
||||
<p class="text-sm text-base-content/70 mb-4">
|
||||
{gettext("These fields are neccessary for MILA to handle member identification and payment calculations in the future. This you cannot delete these fields but hide them in the member overview.")}
|
||||
{gettext(
|
||||
"These fields are neccessary for MILA to handle member identification and payment calculations in the future. Thus you cannot delete these fields but hide them in the member overview."
|
||||
)}
|
||||
</p>
|
||||
|
||||
<.table id="member_fields" rows={@member_fields}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue