Mercurial > public > sg101
view gpp/templates/messages/usage_graph.html @ 579:217a6319278c
For Django 1.4, added the admin password reset feature.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 14:59:20 -0500 (2012-05-05) |
parents | 7cec8d6f9581 |
children |
line wrap: on
line source
<div> You are using {{ pct_used }}% of your {{ box_name }}. <div style="width: 200px; height: 20px; border: 1px solid black;"> <div style="width: {{ pct_used }}%; height: 100%; background-color: #87b6d9;"></div> </div> </div>