Template restructuring
* splits large templates into smaller includes * removes localized form input for payments * refactors Document removing using the generic remove form
This commit is contained in:
@@ -84,7 +84,7 @@ def open_view(request: HttpRequest, id: str):
|
||||
Returns:
|
||||
|
||||
"""
|
||||
template = "intervention/detail-view.html"
|
||||
template = "intervention/detail/view.html"
|
||||
intervention = get_object_or_404(Intervention, id=id)
|
||||
has_access = intervention.has_access(user=request.user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user