Make Pro Adams blog theme the default.

master
Nick Sergeant 2014-07-11 10:43:09 -04:00
parent f1239d2a9b
commit f456539993
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class UserProfile(models.Model):
# Blog
blog_title = models.CharField(max_length=250, null=True, blank=True)
blog_theme = models.CharField(max_length=1, null=False, blank=False, default='D', choices=THEME_CHOICES)
blog_theme = models.CharField(max_length=1, null=False, blank=False, default='A', choices=THEME_CHOICES)
blog_domain = models.CharField(max_length=250, null=True, blank=True)
# Editor