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

Update the admin_text

parent f6ea5a5d
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@ from wagtail.wagtailcore.blocks import StaticBlock
from opentech.public.utils.blocks import StoryBlock
class ProjectsBlock(StaticBlock):
class Meta:
icon = 'grip'
label = 'List of Projects funded'
admin_text = f'{label}: Will include the list of projects under this fund.'
template = 'public_funds/blocks/related_projects.html'
......@@ -14,6 +14,7 @@ class ReviewersBlock(StaticBlock):
class Meta:
icon = 'grip'
label = 'List of fund Reviewers'
admin_text = f'{label}: Will include the list of reviewers for this fund.'
template = 'public_funds/blocks/related_reviewers.html'
......
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