From bcf17ab2823d26a517101c344321eb7a472e6b29 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 13:52:25 +0100 Subject: Tidying up the create form - using custom css --- pyblackbird_cc/resources/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyblackbird_cc/resources') diff --git a/pyblackbird_cc/resources/forms.py b/pyblackbird_cc/resources/forms.py index 9645a82..f905811 100644 --- a/pyblackbird_cc/resources/forms.py +++ b/pyblackbird_cc/resources/forms.py @@ -26,7 +26,7 @@ class ResourceCreateForm(forms.Form): name = forms.CharField( max_length=255, help_text="Concisely describe what the resource is, aiming for" - "35-45 characters. " + " in 35-45 characters. " "eg: 'Fractions KS2 Worksheet and Answers.'", ) description = forms.CharField( -- cgit v1.2.3