Skip to content

Commit

Permalink
Update collecttemplates command for 4.1. Closes stephenmcd#1512.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jan 18, 2016
1 parent 977a0a9 commit a84f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezzanine/core/management/commands/collecttemplates.py
Expand Up @@ -39,7 +39,7 @@ def handle(self, *apps, **options):
admin = options.get("admin")
single_template = options.get("template")
verbosity = int(options.get('verbosity', 1))
to_dir = settings.TEMPLATE_DIRS[0]
to_dir = settings.TEMPLATES[0]["DIRS"][0]
templates = []

# Build a list of apps to copy templates from.
Expand Down

0 comments on commit a84f38c

Please sign in to comment.