fixes broken link

EmailTemplateFixes
matteo.cafarotti 2014-10-07 11:37:31 +02:00
parent 30b83abb42
commit 396e91c564
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class QuestionSet(models.Model):
heading = models.CharField(max_length=64)
checks = models.CharField(max_length=128, blank=True,
help_text = """Current options are 'femaleonly' or 'maleonly' and shownif="QuestionNumber,Answer" which takes the same format as <tt>requiredif</tt> for questions.""")
text = models.TextField(u'Text', help_text="This is interpreted as Textile: <a href='http://hobix.com/textile/quick.html'>http://hobix.com/textile/quick.html</a>")
text = models.TextField(u'Text', help_text="This is interpreted as Textile: <a href='http://en.wikipedia.org/wiki/Textile_%28markup_language%29' target='_blank'>http://en.wikipedia.org/wiki/Textile_(markup_language)</a>")
def questions(self):
if not hasattr(self, "__qcache"):