Changeset - f7cb924f39da
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2018-08-03 00:53:58
chrisjrn@gmail.com
s/abstract/outline/
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -36,7 +36,7 @@ class ProposalForm(forms.ModelForm, ProposalMixIn):
 
            "Edit using "
 
            "<a href='http://daringfireball.net/projects/markdown/basics' "
 
            "target='_blank'>Markdown</a>.")
 
        self.fields["abstract"].help_text = ("Detailed outline. Will "
 
        self.fields["abstract"].help_text = ("Detailed abstract. Will "
 
            "be made public if your proposal is accepted. Edit "
 
            "using <a href='http://daringfireball.net/projects/markdown/basics' "
 
            "target='_blank'>Markdown</a>.")
0 comments (0 inline, 0 general)