mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-26 16:04:43 +00:00
fixed mess with app_id between pages
This commit is contained in:
parent
f1a332bf90
commit
c1700d7233
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def find_pos(lang, project_apps=True, django_apps=False, third_party_apps=False)
|
|||
filename = os.path.join(dirname, fn)
|
||||
if os.path.isfile(filename):
|
||||
ret.add(os.path.abspath(filename))
|
||||
return list(ret)
|
||||
return list(sorted(ret))
|
||||
|
||||
|
||||
def pagination_range(first, last, current):
|
||||
|
|
|
|||
Loading…
Reference in a new issue