This commit is contained in:
Ross
2022-04-02 22:52:36 +01:00
parent 33675b8684
commit c167650ab4
4 changed files with 73 additions and 48 deletions
+7
View File
@@ -1064,6 +1064,13 @@ def collection_detail(request, pk):
request, "atlas/collection_detail.html", {"collection": collection}
)
def collection_take(request, pk):
collection = get_object_or_404(CaseCollection, pk=pk)
return render(
request, "atlas/collection_take.html", {"collection": collection}
)
def collection_take_overview(request, pk, cid, passcode):
collection = get_object_or_404(CaseCollection, pk=pk)