Merge branch 'master' into develop
This commit is contained in:
commit
ae98526a7f
17 changed files with 866 additions and 466 deletions
|
|
@ -1113,7 +1113,7 @@ class HelpDetailView(HelpMixin, EvenniaDetailView):
|
|||
|
||||
# Check if this object was requested in a valid manner
|
||||
if not obj:
|
||||
raise HttpResponseBadRequest(
|
||||
return HttpResponseBadRequest(
|
||||
"No %(verbose_name)s found matching the query"
|
||||
% {"verbose_name": queryset.model._meta.verbose_name}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue