Source indentation
[webcomics.git] / comicsporn / models.py
index e162d0447e8a5383b4c9fc7c3ab930856c56a82c..938c9e7036e6c9a0792ff95297b525d0938b858d 100644 (file)
@@ -52,7 +52,7 @@ class Comic_block(models.Model):
        """
        Let's view a comics as an images serie
        """
-       name = models.CharField(_('name'), max_length=50) # probably not useful, it's just simplier to assemble afterwards for author
+       name = models.CharField(_('name'), max_length=50)  # probably not useful, it's just simplier to assemble afterwards for author
        number = models.IntegerField(_('number'))
        content = models.ImageField(upload_to='block_contents')
        # TODO: probably not useful