Commit 6735984b authored by Alexander Shursha's avatar Alexander Shursha

Add translatable template

parent 241b29f7
...@@ -95,7 +95,7 @@ data_title : data-title to set on form ...@@ -95,7 +95,7 @@ data_title : data-title to set on form
{% endfor %} {% endfor %}
{% if apply_btn_id|default('') != '' %} {% if apply_btn_id|default('') != '' %}
<tr> <tr>
<td colspan="3"><button class="btn btn-primary" id="{{apply_btn_id}}" type="button"><b>Apply </b><i id="{{id}}_progress" class=""></i></button></td> <td colspan="3"><button class="btn btn-primary" id="{{apply_btn_id}}" type="button"><b>{{ lang._('Apply') }} </b><i id="{{id}}_progress" class=""></i></button></td>
</tr> </tr>
{% endif %} {% endif %}
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment