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

translate 'New' in inline_list_base.html

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