Merge pull request #237 from Zharktas/fix_syntax_error_in_template

Fix syntax error in template
This commit is contained in:
David Read 2016-05-10 11:52:30 +01:00
commit 67bd5046df
1 changed files with 1 additions and 1 deletions

View File

@ -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>