Commit 448ef865 by Őry Máté

one: unlocalize instance pc

parent 8b5a9373
{% extends "base.html" %}
{% load i18n %}
{% load l10n %}
{% get_current_language as LANGUAGE_CODE %}
......@@ -26,7 +27,7 @@
<li class="wm">
<div class="summary">
<div class="quota">
<div class="used" style="width: {{ s.get_instance_pc }}%"></div>
<div class="used" style="width: {{ s.get_instance_pc|unlocalize }}%"></div>
</div>
<div class="name wm-on">{{s.name}}</div>
<div class="status">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment