feat: Add sites for the main actions
This commit is contained in:
@@ -19,3 +19,9 @@ def adoption_notice_detail(request, adoption_notice_id):
|
||||
def animal_detail(request, animal_id):
|
||||
response = "You're looking at animal %s."
|
||||
return HttpResponse(response % animal_id)
|
||||
|
||||
def search(request):
|
||||
return render(request, 'fellchensammlung/search.html')
|
||||
def add_adoption(request):
|
||||
return render(request, 'fellchensammlung/add_adoption.html')
|
||||
|
||||
|
Reference in New Issue
Block a user