Skip to content

Commit

Permalink
Fix COG URL attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 10, 2024
1 parent f8049d8 commit e71b57f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions commons/c2cgeoportal_commons/models/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,18 +1247,7 @@ class LayerCOG(Layer):
info={
"colanderalchemy": {
"title": _("URL"),
"description": c2cgeoportal_commons.lib.literal.Literal(
_(
"""
<div class="help-block">
<p>Definition of a <code>COG Layer</code>.</p>
<p>Note: The layers named <code>cog-defaults</code> contains the values
used when we create a new <code>COG layer</code>.</p>
<hr>
</div>
"""
)
),
"description": _("URL of the COG file."),
"column": 2,
}
},
Expand Down

0 comments on commit e71b57f

Please sign in to comment.