Fix platformtemplate command help message

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-27 14:53:17 -04:00
parent 115a3cca11
commit 8ab9bf523f
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
- Move IMAPMockServer to its own module.
- Display feedback message when testing a mailing profile.
- Add tests to the platform app.
- Fix platformtemplate command --context option help message.
3.2.8 (2019-10-01)
==================

View File

@@ -16,8 +16,8 @@ class Command(management.BaseCommand):
)
parser.add_argument(
'--context', action='store', default='', dest='context',
help='Pass a context to the template in the form of a JSON encoded '
'dictionary.',
help='Pass a context to the template in the form of a YAML '
'encoded dictionary.',
)
def handle(self, *args, **options):