Fix inconsistent indentation

This commit is contained in:
Daryl
2016-06-30 13:39:51 +12:00
committed by Jonathan Barratt
parent 0d8e81d7f0
commit 3b181e87ef
2 changed files with 3 additions and 3 deletions

View File

@ -862,7 +862,7 @@ def ticket_list(request):
try:
page = int(request.GET.get('page', '1'))
except ValueError:
page = 1
page = 1
try:
tickets = ticket_paginator.page(page)