Added humanize to difficult numbers

This commit is contained in:
2010-04-20 23:11:07 +01:00
parent 33f6fd514a
commit fa3a2d0ab1
3 changed files with 8 additions and 3 deletions

View File

@@ -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>