mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Remove unneeded lookup functions, use the builtin ones
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
|
||||
<ul>
|
||||
<li>Race: {{ character.race_description }}</li>
|
||||
<li>Gender: {{ character.gender_description }}</li>
|
||||
<li>Race: {{ character.get_race_display }}</li>
|
||||
<li>Gender: {{ character.get_gender_display }}</li>
|
||||
<li>Corporation: {{ character.corporation.name }}</li>
|
||||
<li>Alliance: {{ character.corporation.alliance.name }}</li>
|
||||
<li>Total SP: {{ character.total_sp|intcomma }}</li>
|
||||
|
||||
Reference in New Issue
Block a user