Fixed indentation.

This commit is contained in:
Marcus Scholz 2021-10-02 03:42:47 +02:00
parent 961d28e336
commit cf9a5474b8
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class PlaceAsset(Submittable):
"""
class Meta:
abstract = True
abstract = True
place = models.ForeignKey(
Place,