Amélioration visuel véhicule

This commit is contained in:
Ambulance Clerc
2022-11-10 14:24:11 +01:00
parent 2e0b61b336
commit 1665831e4e
3 changed files with 48 additions and 20 deletions

View File

@@ -10,7 +10,8 @@ from vehicles.models import *
@xframe_options_exempt
def view_vhc(request):
template = loader.get_template("vhc/vhc.html")
context = {'list_vhc': Vehicles.objects.all()}
a_vhc = Vehicles.objects.all()
context = {'list_vhc': a_vhc}
print("passs 1 ligne 12")