outline -> abstract
This commit is contained in:
		
							parent
							
								
									0107b24b37
								
							
						
					
					
						commit
						422f3725ed
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -36,6 +36,10 @@ 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 " | ||||
|             "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 " | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer