Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/python-decouple-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Sep 20, 2024
2 parents 812cba6 + 3fa351b commit adcced5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Required for running tests

factory-boy==3.2.1
factory-boy==3.3.1
Faker==0.8.1
tblib==1.7.0
responses==0.13.3
Expand Down
4 changes: 4 additions & 0 deletions successstories/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class Meta:
labels = {
'name': 'Story name',
}
help_texts = {
"content": "Note: Submissions in <a href='https://www.markdownguide.org/basic-syntax/'>Markdown</a> "
"are strongly preferred and can be processed faster.",
}

def clean_name(self):
name = self.cleaned_data.get('name')
Expand Down

0 comments on commit adcced5

Please sign in to comment.