From 0f5814b5aeb0a3c46736defc67fc54c6e6fb0b3f Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sat, 30 Mar 2019 15:07:40 +0100 Subject: [PATCH] these templates are not used anymore, no need to create them in the createcamp management command --- src/camps/management/commands/createcamp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/camps/management/commands/createcamp.py b/src/camps/management/commands/createcamp.py index 77ea7af1..5eb66365 100644 --- a/src/camps/management/commands/createcamp.py +++ b/src/camps/management/commands/createcamp.py @@ -28,9 +28,7 @@ class Command(BaseCommand): # files to create, relative to DJANGO_BASE_PATH files = [ - 'sponsors/templates/{camp_slug}_sponsors.html', 'camps/templates/{camp_slug}_camp_detail.html', - 'program/templates/{camp_slug}_call_for_participation.html' ] # directories to create, relative to DJANGO_BASE_PATH