Skip to content

Commit

Permalink
fix(vote): remove static home
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Aug 29, 2024
1 parent e1ea25a commit be4c544
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions app/org_eleicoes/votepeloclima/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
from .candidature.views.public import AddressView
from .candidature.views.filters import CandidatureSearchView

from .views import home

register_view = CreateUpdateCandidatureView.as_view(url_name="register_step", done_step_name="concluir")

urlpatterns = [
Expand All @@ -44,7 +42,6 @@
# Manage
path("admin/", admin.site.urls),
path("select2/", include("django_select2.urls")),
path("", home),
path("", include("cms.urls")),
]

Expand Down
5 changes: 0 additions & 5 deletions app/org_eleicoes/votepeloclima/views.py

This file was deleted.

0 comments on commit be4c544

Please sign in to comment.