SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit ae5620f7 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

change profile dynsel help message

parent 8824409f
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ class ProfileSelectForm(forms.Form): ...@@ -232,7 +232,7 @@ class ProfileSelectForm(forms.Form):
class ProfileDynSelForm(forms.Form): class ProfileDynSelForm(forms.Form):
q = forms.CharField( q = forms.CharField(
max_length=32, max_length=32,
label="Search (by name); split multiple search terms by a space, e.g. Abe Cee", label="Search (by name, mail, or ORCID); split terms by space, e.g. Abe Cee",
) )
action_url_name = forms.CharField() action_url_name = forms.CharField()
action_url_base_kwargs = forms.JSONField(required=False) action_url_base_kwargs = forms.JSONField(required=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment