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:
@ -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)
|
||||
|
Reference in New Issue
Block a user