Remove a misplaced double quote

Change-Id: I941f57337c6fd908e22b4c1f03ac0052fe49e016
Closes-bug: #1615107
This commit is contained in:
Ying Zuo 2016-08-19 13:11:23 -07:00
parent b8e89bcf54
commit ece7915bd4

View File

@ -16,7 +16,7 @@
<div class="quota_title"> <div class="quota_title">
<div class="pull-left"> <div class="pull-left">
<strong">{% trans "Total Gibibytes" %}</strong> <strong>{% trans "Total Gibibytes" %}</strong>
<span>({% block gigabytes_used %}{{ usages.gigabytesUsed|intcomma }}{% endblock %} {% trans "GiB" %})</span> <span>({% block gigabytes_used %}{{ usages.gigabytesUsed|intcomma }}{% endblock %} {% trans "GiB" %})</span>
</div> </div>
<span class="pull-right">{{ usages.maxTotalVolumeGigabytes|intcomma|quota:_("GiB") }}</span> <span class="pull-right">{{ usages.maxTotalVolumeGigabytes|intcomma|quota:_("GiB") }}</span>