Update the smart link app to use Django templating language. gh-issues #151.

This commit is contained in:
Roberto Rosario
2015-07-28 02:44:33 -04:00
parent fc9f9f1e68
commit 7cae9dd18e
5 changed files with 44 additions and 26 deletions

View File

@@ -45,7 +45,7 @@ class MetadataType(models.Model):
blank=True, null=True,
help_text=_(
'Enter a template to render. '
'Must result in a command delimited string. '
'Must result in a comma delimited string. '
'Use Django\'s default templating language '
'(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/).'
),