stuff on adminpage

This commit is contained in:
2017-10-03 18:31:14 +02:00
parent c21e0d3292
commit 91f210883f
3 changed files with 12 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ def profile(request, pk):
return render(request, 'registration/profile.html', {
'user_form': user_form,
'profile_form': profile_form,
'debug': debug,
#'debug': debug,
'img': img}
)