Changeset - 782e5c9ea21d
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-06-19 03:30:10
chrisjrn@gmail.com
Tidies up some of the proposal fields
1 file changed with 3 insertions and 7 deletions:
0 comments (0 inline, 0 general)
symposion/proposals/models.py
Show inline comments
...
 
@@ -90,8 +90,4 @@ class ProposalBase(models.Model):
 
        _("Abstract"),
 
        help_text=_("This will appear in the conference programme. You will "
 
                    "have an opportunity to update it once the proposal is "
 
                    "accepted, but it should reasonably reflect what you will "
 
                    "be presenting, and in any case it will appear as-is on "
 
                    "the website in the draft programme. Up to about 500 "
 
                    "words. Edit using <a "
 
        help_text=_("This will appear in the conference programme. Up to about "
 
                    "500 words. Edit using <a "
 
                    "href='http://daringfireball.net/projects/markdown/basics' " "target='_blank'>Markdown</a>.")
...
 
@@ -123,3 +119,3 @@ class ProposalBase(models.Model):
 

	
 
    project = models.TextField(
 
    project = models.CharField(
 
        max_length=100,
0 comments (0 inline, 0 general)