Changeset - 5036f58fa3d5
[Not reviewed]
Merge
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-22 19:25:43
chrisjrn@gmail.com
Merge branch 'master' into prod
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -36,6 +36,11 @@ class ProposalForm(forms.ModelForm, ProposalMixIn):
 
            "<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.")
 

	
 

	
 
    def clean_description(self):
 
        value = self.cleaned_data["description"]
0 comments (0 inline, 0 general)