Skip to content

Commit

Permalink
fix/heading content change
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPRobinson committed Dec 18, 2024
1 parent 3df2d39 commit 143e3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dataworkspace/dataworkspace/apps/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ def form_valid(self, form):
add_dataset = isinstance(self, AddDatasetRequestView)
data_analyst = isinstance(self, SupportAnalysisDatasetView)
return HttpResponseRedirect(
f'{reverse("support-success", kwargs={"ticket_id": ticket_id})}?add_dataset={add_dataset}&data_analyst={data_analyst}'
f'{reverse("support-success", kwargs={"ticket_id": ticket_id})}?add_dataset={add_dataset}\
&data_analyst={data_analyst}'
)


Expand Down

0 comments on commit 143e3bd

Please sign in to comment.