fixing bug in syncing profile_flags

This commit is contained in:
baccenfutter 2013-11-24 21:35:01 +01:00
parent 114572dac2
commit 44e95f2638
3 changed files with 9 additions and 4 deletions

View file

@ -141,7 +141,7 @@ def gastropin(request):
@login_required
def clabpin(request):
if not request.user.is_clab_member:
if not request.user.profile.is_clab_member:
return render(request, 'access_denied.html')
def calculate_clab_hash(pin):