Skip to content

Commit

Permalink
Merge branch 'main' into #2577-asset-view
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Sep 20, 2024
2 parents a30673a + f2e763c commit 00c3394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmarkgfm==0.6.0
Pillow==10.4.0
psycopg2-binary==2.9.9
python3-openid==3.2.0
python-decouple==3.4
python-decouple==3.8
# lxml used by BeautifulSoup.
lxml==5.2.2
cssselect==1.1.0
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 00c3394

Please sign in to comment.