2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Style correction (missing ending new line), removed commented line in ColorThemeSelectForm

This commit is contained in:
eeintech
2020-09-07 17:01:05 -05:00
parent 10dd8fad80
commit 8e2d568a42
2 changed files with 1 additions and 2 deletions

View File

@ -168,4 +168,4 @@ class ColorTheme(models.Model):
default=ColorThemeChoices.DEFAULT,
blank=True)
user = models.CharField(max_length=150)
user = models.CharField(max_length=150)