Skip to content

Commit

Permalink
Merge pull request #117 from Suhas-G/bugfix/issue-116
Browse files Browse the repository at this point in the history
hotfix: temporarily disable sidebar (refs #116)
  • Loading branch information
Suhas-G authored Sep 13, 2021
2 parents 3e686a2 + 70a6bee commit 5451100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/authentication/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ def reduce_points(self, request, queryset):
admin.site.register(AppUser, AppUserAdmin)
admin.site.register(Profile, ProfileAdmin)
admin.site.register(SustainableDevelopmentGoal)

admin.site.enable_nav_sidebar = False

0 comments on commit 5451100

Please sign in to comment.