Closed mattburlage closed 5 years ago
changed line 51 from next_ = request.POST.get('next_', '/')' tonext_ = request.POST.get('next', '/')`
next_ = request.POST.get('next_', '/')' to
ref issue 54
issue https://github.com/bartTC/django-attachments/issues/54#issue-410304689
changed line 51 from
next_ = request.POST.get('next_', '/')' to
next_ = request.POST.get('next', '/')`ref issue 54