Merge pull request #237 from Zharktas/fix_syntax_error_in_template
Fix syntax error in template
This commit is contained in:
commit
67bd5046df
|
@ -38,7 +38,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th class="action">{{ _('View') }}</th>
|
<th class="action">{{ _('View') }}</th>
|
||||||
<th class="action">{{ _('Edit') }}</th>
|
<th class="action">{{ _('Edit') }}</th>
|
||||||
<th class="action">{{ _('Refresh'}}</th>
|
<th class="action">{{ _('Refresh')}}</th>
|
||||||
<th class="url">URL</th>
|
<th class="url">URL</th>
|
||||||
{# TRANSLATORS: Appears in harvest source table for the type of harvester #}
|
{# TRANSLATORS: Appears in harvest source table for the type of harvester #}
|
||||||
<th>{{ _('Type')}}</th>
|
<th>{{ _('Type')}}</th>
|
||||||
|
|
Loading…
Reference in New Issue