Refactoring to konova

This commit is contained in:
mipel
2021-07-01 14:38:57 +02:00
parent a5e8bcfa8c
commit 4084373e2b
60 changed files with 103 additions and 17901 deletions

View File

@@ -15,7 +15,7 @@ from process.models import Process
@login_required
@resolve_user_role
def index_view(request: HttpRequest):
"""
Renders the index view for process
@@ -28,7 +28,7 @@ def index_view(request: HttpRequest):
"""
template = "generic_index.html"
user = request.user
interventions = Intervention.get_role_objects(user)
interventions = Intervention # ToDo
table = InterventionTable(
request=request,
queryset=interventions