diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-15 13:52:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-15 13:52:25 +0100 |
commit | bcf17ab2823d26a517101c344321eb7a472e6b29 (patch) | |
tree | 385ed1dd86144360525c81f4f318d26b786d0823 /pyblackbird_cc/resources/forms.py | |
parent | eff85a450e2b866974026ceab125e493938a5c7c (diff) |
Tidying up the create form - using custom css
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/resources/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |