8000
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.
2 parents 812cba6 + 3fa351b commit adcced5Copy full SHA for adcced5
dev-requirements.txt
@@ -2,7 +2,7 @@
2
3
# Required for running tests
4
5
-factory-boy==3.2.1
+factory-boy==3.3.1
6
Faker==0.8.1
7
tblib==1.7.0
8
responses==0.13.3
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