feat: Add basic embeddable view for ans of rescue orgs
This commit is contained in:
12
src/fellchensammlung/aviews/urls.py
Normal file
12
src/fellchensammlung/aviews/urls.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import embeddables
|
||||
|
||||
urlpatterns = [
|
||||
path("tierschutzorganisationen/<int:rescue_organization_id>/vermittlungen/",
|
||||
embeddables.list_ans_per_rescue_organization,
|
||||
name="list-adoption-notices-for-rescue-organization"),
|
||||
path("tierschutzorganisationen/<int:rescue_organization_id>/vermittlungen/<slug:species_slug>/",
|
||||
embeddables.list_ans_per_rescue_organization,
|
||||
name="list-adoption-notices-for-rescue-organization-species"),
|
||||
]
|
||||
Reference in New Issue
Block a user