aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/forms.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-22 20:23:09 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-22 20:23:09 +0100
commitf07aeadf676053168f4a05b59e9deedd6424fa8c (patch)
treed32fe0b384fc9929d2c6583c1ceed61c05ca3d1c /alphabetlearning/resources/forms.py
parent8d23046d174e4d8dce0f13cc88b099d3c12b07ec (diff)
Resource upload form has all the bits it needs
Diffstat (limited to 'alphabetlearning/resources/forms.py')
-rw-r--r--alphabetlearning/resources/forms.py20
1 files changed, 4 insertions, 16 deletions
diff --git a/alphabetlearning/resources/forms.py b/alphabetlearning/resources/forms.py
index 35632bd..b0f7d76 100644
--- a/alphabetlearning/resources/forms.py
+++ b/alphabetlearning/resources/forms.py
@@ -50,22 +50,10 @@ class ResourceCreateForm(forms.Form):
description = forms.CharField(
max_length=5000,
widget=forms.Textarea,
- help_text=" You can (and should) use <strong>Markdown</strong> here. "
- "This is your opportunity to clearly explain what your resource "
- "is all "
- "about! It’s worth remembering that you are using the space to "
- "communicate to two "
- "different audiences. Firstly, think about what fellow teachers "
- "would like "
- "to know, such as exactly what the resource contains and how it "
- "could be used in the classroom. Secondly, the words you include "
- "on this page are also talking to internal and external search "
- "engines."
- " External search engines, like Google, show the first 155 characters "
- "of the resource description, so make sure you take advantage "
- "of these "
- "characters by using lots of relevant keywords as part of an "
- "enticing pitch.",
+ help_text=(" Use <strong>markdown</strong> here. "
+ "This is the main (long) description so go for it. "
+ "5000 characters at your disposal."
+ ),
)
card_description = forms.CharField(
max_length=1000,