diff --git a/registrasion/urls.py b/registrasion/urls.py index d7e440df3ff1560777cea65e3dcc1267f02004fd..c7f008d0c2954a23ecccdf28e0100b02b6ebaa51 100644 --- a/registrasion/urls.py +++ b/registrasion/urls.py @@ -54,6 +54,11 @@ reports = [ ), url(r"^product_status/?$", rv.product_status, name="product_status"), url(r"^reconciliation/?$", rv.reconciliation, name="reconciliation"), + url( + r"^speaker_registrations/?$", + rv.speaker_registrations, + name="speaker_registrations", + ), ]