Changeset - 422f3725ed4d
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2018-07-05 21:27:30
chrisjrn@gmail.com
outline -> abstract
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -33,12 +33,16 @@ 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 "
 
            "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 "
 
                "any information that could identify you, as your proposal "
 
                "will be reviewed anonymously.")
 

	
0 comments (0 inline, 0 general)