Skip to content

Commit

Permalink
Change schemata name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 25, 2024
1 parent 0f10c37 commit 918bfe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eea/climateadapt/behaviors/aceitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class IAceItem(IImageScaleTraversable):
)

form.fieldset(
"categorization",
"inclusion",
label="Inclusion in the subsites",
fields=["include_in_observatory",
"include_in_mission", "health_impacts"],
Expand Down
2 changes: 1 addition & 1 deletion eea/climateadapt/behaviors/acemeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class IAceMeasure(form.Schema, IImageScaleTraversable):
)

form.fieldset(
"categorization",
"inclusion",
label="Inclusion in the Health Observatory",
fields=["include_in_observatory",
"include_in_mission", "health_impacts"],
Expand Down
2 changes: 1 addition & 1 deletion eea/climateadapt/behaviors/aceproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class IAceProject(form.Schema, IImageScaleTraversable, IBlocks):
)

form.fieldset(
"categorization",
"inclusion",
label="Inclusion in the subsites",
fields=["include_in_observatory",
"include_in_mission", "health_impacts"],
Expand Down

0 comments on commit 918bfe5

Please sign in to comment.