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
...
 
@@ -33,13 +33,13 @@ class ProposalForm(forms.ModelForm, ProposalMixIn):
 
        self.fields["additional_notes"].help_text = ("Anything else "
 
            "you'd like the program committee to know when making their "
 
            "selection. This is not made public. "
 
            "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>.")
 

	
 
        for field in ("description", "abstract", "additional_notes"):
 
            self.fields[field].help_text += (" Please do not include "
0 comments (0 inline, 0 general)