Commit 36b21240 authored by Paul Brown's avatar Paul Brown

translate 'New' in inline_list_base.html

parent f2a53614
......@@ -27,7 +27,7 @@
{% filter forceescape %}
<div class="inline-field well well-small">
<legend>
New {{ field.label.text }}
{{ _gettext('New') }} {{ field.label.text }}
<div class="pull-right">
<a href="javascript:void(0)" class="inline-remove-field"><i class="fa fa-times icon-remove"></i></a>
</div>
......
......@@ -30,7 +30,7 @@
{% filter forceescape %}
<div class="inline-field well well-sm">
<legend>
<small>New {{ field.label.text }}</small>
<small>{{ _gettext('New') }} {{ field.label.text }}</small>
<div class="pull-right">
<a href="javascript:void(0)" class="inline-remove-field"><span class="fa fa-times glyphicon glyphicon-remove"></span></a>
</div>
......
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