Skip to content

Commit

Permalink
Town6: Lead is no longer a mandatory field in ExternalLinkForm
Browse files Browse the repository at this point in the history
TYPE: Feature
LINK: ogc-1941
  • Loading branch information
Tschuppi81 authored Dec 13, 2024
1 parent f0a6d84 commit 5523e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onegov/org/forms/external_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ExternalLinkForm(Form):
lead = TextAreaField(
label=_('Lead'),
description=_('Describes briefly what this entry is about'),
validators=[InputRequired()],
validators=[],
render_kw={'rows': 4})

url = URLField(
Expand Down

0 comments on commit 5523e08

Please sign in to comment.