Changeset - 319466454c9d
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-22 19:25:21
chrisjrn@gmail.com
Addresses issue #76 by adding instructions to the proposal form.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -38,2 +38,7 @@ class ProposalForm(forms.ModelForm, ProposalMixIn):
 

	
 
        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)