Default bootstrap tables
* refactors old table index template into bootstrap-fontawesome generic table
This commit is contained in:
@@ -25,7 +25,9 @@ def index_view(request: HttpRequest):
|
||||
"""
|
||||
template = "generic_index.html"
|
||||
user = request.user
|
||||
interventions = Intervention # ToDo
|
||||
interventions = Intervention.objects.filter(
|
||||
|
||||
)
|
||||
table = InterventionTable(
|
||||
request=request,
|
||||
queryset=interventions
|
||||
|
||||
Reference in New Issue
Block a user