Cleaned whitespace

pull/6/head
Fabio Caccamo 2016-02-24 10:04:35 +01:00
parent 710370e903
commit 816c05bebd
4 changed files with 44 additions and 47 deletions

View File

@ -4,7 +4,6 @@ from django.apps import AppConfig
from django.db.models.signals import post_migrate
class AdminInterfaceConfig(AppConfig):
name = 'admin_interface'
@ -15,4 +14,3 @@ class AdminInterfaceConfig(AppConfig):
from admin_interface.models import Theme
post_migrate.connect(Theme.post_migrate_handler, sender = self)

View File

@ -22,4 +22,3 @@ def get_admin_interface_theme(context):
return obj