Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreJunod committed Dec 12, 2023
1 parent cfec92a commit c9b89ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions geocity/apps/submissions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,14 +1021,6 @@ def anonymous_submission_sent(request):
)


def agenda(request):
return render(
request,
"submissions/agenda.html",
{},
)


def validate_captcha_and_render_page(request, entity):
# Validate captcha and temporary user connection
captcha_refresh_url = (
Expand Down

0 comments on commit c9b89ec

Please sign in to comment.