mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 06:39:25 +00:00
Added humanize to difficult numbers
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load humanize %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>{{ character.name }}</h1>
|
||||
@@ -10,7 +12,7 @@
|
||||
<li>Race: {{ character.race_description }}</li>
|
||||
<li>Gender: {{ character.gender_description }}</li>
|
||||
<li>Corporation: {{ character.corporation.name }}</li>
|
||||
<li>Total SP: {{ character.total_sp }}</li>
|
||||
<li>Total SP: {{ character.total_sp|intcomma }}</li>
|
||||
</ul>
|
||||
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user