Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3fa351b

Browse files
authored
fix(frontend): add help text to story form (python#2594)
* fix(frontend): add help text to story formClosespython#2364* chore: source migration* fix: use meta class overrides instead* feat: linkify
1 parentfa18e78 commit3fa351b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎successstories/forms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class Meta:
2424
labels= {
2525
'name':'Story name',
2626
}
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+
}
2731

2832
defclean_name(self):
2933
name=self.cleaned_data.get('name')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp