aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/forms.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-22 20:26:47 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-22 20:26:47 +0100
commitb68e88b7643920caeb5d9d9cda8cdd08d51e10c9 (patch)
treec97edc4b77b97827b424e8bff582d7fa30f66a84 /alphabetlearning/resources/forms.py
parentf07aeadf676053168f4a05b59e9deedd6424fa8c (diff)
couple of minor tweaks
Diffstat (limited to 'alphabetlearning/resources/forms.py')
-rw-r--r--alphabetlearning/resources/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alphabetlearning/resources/forms.py b/alphabetlearning/resources/forms.py
index b0f7d76..c7eba4c 100644
--- a/alphabetlearning/resources/forms.py
+++ b/alphabetlearning/resources/forms.py
@@ -60,7 +60,8 @@ class ResourceCreateForm(forms.Form):
widget=forms.Textarea,
help_text=(
"If you enter text here, it will be used in the 'card' description "
- "box on the home page. Max 1000 characters."
+ "box on the home page. Max 1000 characters. "
+ "This should be much shorter than the description above."
),
)
resource_type = forms.ModelChoiceField(queryset=ResourceType.objects.all())