made the help text a little more generic
This commit is contained in:
		
							parent
							
								
									40a8253a19
								
							
						
					
					
						commit
						826b8e960a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -85,15 +85,15 @@ class ProposalBase(models.Model): | ||||||
|     description = models.TextField( |     description = models.TextField( | ||||||
|         _("Brief Outline"), |         _("Brief Outline"), | ||||||
|         max_length=400,  # @@@ need to enforce 400 in UI |         max_length=400,  # @@@ need to enforce 400 in UI | ||||||
|         help_text="If your talk is accepted this will be made public and printed in the program. Should be one paragraph, maximum 400 characters." |         help_text="If your proposal is accepted this will be made public and printed in the program. Should be one paragraph, maximum 400 characters." | ||||||
|     ) |     ) | ||||||
|     abstract = MarkupField( |     abstract = MarkupField( | ||||||
|         _("Detailed Abstract"), |         _("Detailed Abstract"), | ||||||
|         help_text=_("Detailed description and outline. Will be made public if your talk is accepted. Edit using <a href='http://daringfireball.net/projects/markdown/basics' target='_blank'>Markdown</a>.") |         help_text=_("Detailed description and outline. Will be made public if your proposal is accepted. Edit using <a href='http://daringfireball.net/projects/markdown/basics' target='_blank'>Markdown</a>.") | ||||||
|     ) |     ) | ||||||
|     additional_notes = MarkupField( |     additional_notes = MarkupField( | ||||||
|         blank=True, |         blank=True, | ||||||
|         help_text=_("Anything else you'd like the program committee to know when making their selection: your past speaking experience, open source community experience, etc. Edit using <a href='http://daringfireball.net/projects/markdown/basics' target='_blank'>Markdown</a>.") |         help_text=_("Anything else you'd like the program committee to know when making their selection: your past experience, etc. This is not made public. Edit using <a href='http://daringfireball.net/projects/markdown/basics' target='_blank'>Markdown</a>.") | ||||||
|     ) |     ) | ||||||
|     submitted = models.DateTimeField( |     submitted = models.DateTimeField( | ||||||
|         default=datetime.datetime.now, |         default=datetime.datetime.now, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Tauber
						James Tauber