Skip to content

Commit

Permalink
on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Jan 4, 2025
1 parent 380a15f commit ee9813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ def get_context_data(self, **kwargs):
context["content_type"] = ContentType.objects.get_for_model(Issue).model

return context

#check

@login_required(login_url="/accounts/login")
def submit_bug(request, pk, template="hunt_submittion.html"):
Expand Down

0 comments on commit ee9813d

Please sign in to comment.