lots of small fixes and todo removals
This commit is contained in:
parent
82aa079af0
commit
1a0c4e63f5
6 changed files with 4 additions and 9 deletions
|
@ -21,7 +21,6 @@ def grant_access(request): # todo: make class based view
|
|||
if form.is_valid():
|
||||
token = form.get_token()
|
||||
token.save()
|
||||
# todo: this still needs fixing
|
||||
if settings.DEBUG:
|
||||
signed_data = form.get_signed_data()
|
||||
print('/?'+urlencode({'access': signed_data}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue