#271 Identifier non editable
* sets the identifier form field as readonly * extends help text * updates translations
This commit is contained in:
@@ -74,7 +74,7 @@ class UserAPITokenForm(BaseForm):
|
||||
label_suffix="",
|
||||
max_length=255,
|
||||
required=True,
|
||||
help_text=_("Generated automatically"),
|
||||
help_text=_("Generated automatically - not editable"),
|
||||
widget=GenerateInput(
|
||||
attrs={
|
||||
"class": "form-control",
|
||||
|
||||
Reference in New Issue
Block a user