Skip to content

Commit

Permalink
Remove the login required decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
aahnik committed Jan 3, 2025
1 parent f76ba3a commit b9bb365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haps/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def haps_item(request: HttpRequest, slug: str):
return render(request, "haps/item.html", context=context)


@login_required(login_url="/users/register")
# @login_required(login_url="/users/register")
def register_for_event(request: HttpRequest, slug: str):
"""Register for an event"""
try:
Expand Down

0 comments on commit b9bb365

Please sign in to comment.