Skip to content

Commit

Permalink
updated CHANGES + update description of sede field in UnitaOrganizzat…
Browse files Browse the repository at this point in the history
…iva CT
  • Loading branch information
eikichi18 committed Feb 13, 2024
1 parent 7bdb9f5 commit c8482d9
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ class IUnitaOrganizzativa(model.Schema, IDesignPloneContentType):
default=[],
description=_(
"sede_help",
default="Seleziona il Luogo in cui questa struttura ha sede. Se non è "
"presente un contenuto di tipo Luogo a cui far riferimento, puoi "
"compilare i campi seguenti. Se selezioni un Luogo, puoi usare "
"comunque i campi seguenti per sovrascrivere alcune informazioni.",
default="Seleziona il Luogo in cui questa struttura ha sede. "
"Se non è presente creare il Luogo nella sezione dedicata "
"nell'alberatura del sito.",
),
value_type=RelationChoice(
title=_("Sede"), vocabulary="plone.app.vocabularies.Catalog"
Expand Down

0 comments on commit c8482d9

Please sign in to comment.