.
This commit is contained in:
@@ -836,3 +836,18 @@ class StructureAutocomplete(autocomplete.Select2QuerySetView):
|
||||
return Structure.objects.none()
|
||||
|
||||
return qs
|
||||
|
||||
|
||||
@login_required
|
||||
@user_is_atlas_checker
|
||||
def categories_list(request, pk):
|
||||
#condition = get_object_or_404(Condition, pk=pk)
|
||||
|
||||
# logging.debug(atlas.subspecialty.first().name.all())
|
||||
return render(
|
||||
request,
|
||||
"atlas/categories_list.html",
|
||||
#{
|
||||
# "condition": condition,
|
||||
#},
|
||||
)
|
||||
Reference in New Issue
Block a user