mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Locale simplification
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user