Maj ordre de la page péremptions
This commit is contained in:
@@ -20,7 +20,7 @@ def view_vhc(request):
|
|||||||
@xframe_options_exempt
|
@xframe_options_exempt
|
||||||
def view_peremptions(request):
|
def view_peremptions(request):
|
||||||
template = loader.get_template("vhc/peremptions.html")
|
template = loader.get_template("vhc/peremptions.html")
|
||||||
a_vhc = Vehicles.objects.all().order_by("nStatus","nOrder")
|
a_vhc = Vehicles.objects.all().order_by("nOrder")
|
||||||
context = {'list_vhc': a_vhc}
|
context = {'list_vhc': a_vhc}
|
||||||
print("passs 1 ligne 12")
|
print("passs 1 ligne 12")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user