mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-05 20:51:26 +00:00
fix: Suppression envoi mail / création page feedback
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
from django.urls import path
|
||||
from .views import (
|
||||
SendEmailView, search_recipients
|
||||
SendEmailView, search_recipients, SendFeedbackView
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
path('send-email/', SendEmailView.as_view(), name='send_email'),
|
||||
path('search-recipients/', search_recipients, name='search_recipients'),
|
||||
path('send-feedback/', SendFeedbackView.as_view(), name='send_feedback'),
|
||||
]
|
||||
Reference in New Issue
Block a user