Commit bb991e86 authored by Franco Fichtner's avatar Franco Fichtner Committed by GitHub

Merge pull request #1216 from kekek2/master

Add translatable template
parents 0fd14066 6735984b
......@@ -95,7 +95,7 @@ data_title : data-title to set on form
{% endfor %}
{% if apply_btn_id|default('') != '' %}
<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>
{% endif %}
</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