Skip to content

Commit

Permalink
(contact) remove unused page
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Feb 7, 2024
1 parent 01dbeb4 commit d3afd1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion lacommunaute/pages/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

urlpatterns = [
path("", views.HomeView.as_view(), name="home"),
path("contact/", views.contact, name="contact"),
path("statistiques/", views.StatistiquesPageView.as_view(), name="statistiques"),
path("accessibilite/", views.accessibilite, name="accessibilite"),
path("mentions-legales/", views.mentions_legales, name="mentions_legales"),
Expand Down
4 changes: 0 additions & 4 deletions lacommunaute/pages/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
logger = logging.getLogger(__name__)


def contact(request):
return render(request, "pages/contact.html")


class StatistiquesPageView(TemplateView):
template_name = "pages/statistiques.html"

Expand Down
41 changes: 0 additions & 41 deletions lacommunaute/templates/pages/contact.html

This file was deleted.

0 comments on commit d3afd1b

Please sign in to comment.