mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 20:29:27 +00:00
Force sorting on the employment history section
This commit is contained in:
@@ -173,6 +173,8 @@ def eveapi_character(request, charid=None, template='eve_api/character.html', li
|
||||
skillTree[-1][0] += skill.skillpoints
|
||||
skillTree[-1][2].append(skill)
|
||||
|
||||
employmenthistory = character.employmenthistory.all().order_by('-record_id')
|
||||
|
||||
context = {
|
||||
'character': character,
|
||||
'current_training': current_training,
|
||||
|
||||
Reference in New Issue
Block a user