deleted my inline comment
This commit is contained in:
parent
8f0e4cf6a1
commit
9ab34b8ea5
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ def sponsor_add(request):
|
|||
sponsor.active = True
|
||||
sponsor.save()
|
||||
return redirect("sponsor_detail", pk=sponsor.pk)
|
||||
# changing default behavior (below) so that admins can add text/logos/files in-dashboard
|
||||
# return redirect("dashboard")
|
||||
else:
|
||||
form = SponsorApplicationForm(user=request.user)
|
||||
|
||||
|
|
Loading…
Reference in a new issue