Amélioration visuel véhicule
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user