Add slugified flag name in admin

This commit is contained in:
Benoît Burnichon
2016-03-15 18:03:24 +01:00
parent 57aab7aa85
commit 814cf30b3e
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
{% endif %}
<h1 style='padding-left:30px;'>
{{ 'status:: numero de bit' | trans }} {{ app['request'].get('bit') }}
{{ 'status:: numero de bit' | trans }} {{ app['request'].get('bit') }} ({{ flag_slugify(status['labelon']) }})
</h1>
<form id="fileupload" class="form-horizontal" target="_self" enctype="multipart/form-data" method="post" action="{{ path('database_submit_statusbit', { 'databox_id' : app['request'].get('databox_id'), 'bit' : app['request'].get('bit') }) }}">