forked from TagesschuleElementa/www.tagesschule-elementa.ch
bug fix
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
.load__frame {
|
||||
transition: height 0.5s $easeOutQuad !important;
|
||||
&.loading {
|
||||
overflow: hidden;
|
||||
}
|
||||
&.loaded {
|
||||
.button--load {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.control_panel {
|
||||
width: 100%;
|
||||
padding: em(100px) 0 0;
|
||||
|
||||
@@ -16,7 +16,7 @@ class ProfileInline(admin.StackedInline):
|
||||
class UserAdmin(BaseUserAdmin):
|
||||
inlines = [ProfileInline]
|
||||
fieldsets = (
|
||||
(None, {'fields': ('username', 'password')}),
|
||||
(None, {'fields': ('username', 'email', 'password')}),
|
||||
(_('Permissions'), {'fields': ('is_active', 'is_staff', 'is_superuser', 'groups')}),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user