#35: partly fix except austria is at the bottom
This commit is contained in:
parent
e65d42f4ac
commit
dafcaf10c9
@ -31,7 +31,7 @@ def index(request):
|
||||
''' index view '''
|
||||
|
||||
template = loader.get_template('coinc/index.html')
|
||||
countrys = Country.objects.order_by('name_iso')
|
||||
countrys = Country.objects.order_by('name')
|
||||
users = User.objects.order_by('id')
|
||||
context = {
|
||||
'countrys': countrys,
|
||||
|
Loading…
x
Reference in New Issue
Block a user