fleet_name = forms.CharField(
required=False,
label=_("Fleet Name"),
max_length=254,
widget=forms.TextInput(attrs={"placeholder": _("What is the fleet name in fleet finder?")}),
)
The fields have different max_length and placeholder text. Some doesn't have any.
Expected behavior
Same user experience for 'Fleet Name' form field among all applications and within any application. Text label strings could be added to the translation glossary.
Bug Description
I guess some style unification required for 'Fleet Name' field among AA applications.
Steps to Reproduce
AA SRP
AA Fleetpings
Allianceauth AFAT
Allianceauth AFAT
Allianceauth AFAT
The fields have different max_length and placeholder text. Some doesn't have any.
Expected behavior
Same user experience for 'Fleet Name' form field among all applications and within any application. Text label strings could be added to the translation glossary.