Locale simplification

This commit is contained in:
Romain Neutron
2013-12-03 15:01:57 +01:00
parent 9310e10674
commit e9e9d149a1
97 changed files with 200 additions and 262 deletions

View File

@@ -26,7 +26,7 @@
</tr>
{% for databox in app['acl'].get(user).get_granted_sbas() %}
<tr>
<td colspan="2" style="overflow:hidden;" >{{ databox.get_label(app['locale.I18n']) }}</td>
<td colspan="2" style="overflow:hidden;" >{{ databox.get_label(app['locale']) }}</td>
</tr>
{% endfor %}
<tr>