Skip to content
Snippets Groups Projects
Commit efdcba1a authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Shorten the help text for the copied values

parent f931cfa1
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,8 @@ class RoundBase(WorkflowStreamForm, SubmittableStreamForm): # type: ignore
FieldPanel('reviewers'),
ReadOnlyPanel('get_workflow_name_display', heading="Workflow"),
# Forms comes from parental key in models/forms.py
ReadOnlyInlinePanel('forms', help_text="Are copied from the parent fund."),
ReadOnlyInlinePanel('review_forms', help_text="Are copied from the parent fund."),
ReadOnlyInlinePanel('forms', help_text="Copied from the fund."),
ReadOnlyInlinePanel('review_forms', help_text="Copied from the fund."),
]
edit_handler = TabbedInterface([
......
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