We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa18e78 commit 3fa351bCopy full SHA for 3fa351b
successstories/forms.py
@@ -24,6 +24,10 @@ class Meta:
24
labels = {
25
'name': 'Story name',
26
}
27
+ help_texts = {
28
+ "content": "Note: Submissions in <a href='https://www.markdownguide.org/basic-syntax/'>Markdown</a> "
29
+ "are strongly preferred and can be processed faster.",
30
+ }
31
32
def clean_name(self):
33
name = self.cleaned_data.get('name')
0 commit comments