Skip to content

Commit

Permalink
Empty last lines removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Jasjukaitis committed Dec 25, 2011
1 parent 20bdb6b commit 9285a02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmsplugin_htmlsitemap/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ def render(self, context, instance, placeholder):
return context

plugin_pool.register_plugin(HtmlSitemapPlugin)

1 change: 0 additions & 1 deletion cmsplugin_htmlsitemap/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ class Meta:

def __unicode__(self):
return u'HTML Sitemap {0}-{1}'.format(self.level_min, self.level_max)

0 comments on commit 9285a02

Please sign in to comment.