fix another report bug
This commit is contained in:
parent
e8a9285da4
commit
a53f26689c
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ def report_create(request, coordinates=None, location=None, origin=None, destina
|
|||
_('We do not accept reports for this location.'),
|
||||
group.report_help_text,
|
||||
))
|
||||
return render(request, 'site/report_question.html', {})
|
||||
return render(request, 'site/report_question.html', {})
|
||||
if report.location is None:
|
||||
raise Http404
|
||||
if not isinstance(report.location, SpecificLocation):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue