Skip to content

Commit

Permalink
Remove custom template
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Oct 25, 2015
1 parent 1f385dd commit 7aa37b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion djangocms_blog/cms_wizards.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Meta:
fields = ['app_config', 'title', 'abstract', 'categories']

class PostWizard(Wizard):
template_name = 'djangocms_blog/wizards/create.html'
pass

for config in BlogConfig.objects.all().order_by('namespace'):
new_wizard = type(slugify(config.app_title), (PostWizard,), {})
Expand Down
35 changes: 0 additions & 35 deletions djangocms_blog/templates/djangocms_blog/wizards/create.html

This file was deleted.

0 comments on commit 7aa37b2

Please sign in to comment.