aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/resources')
-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())