Fixes #66 by correcting the block name

This commit is contained in:
John Martin 2013-09-05 15:31:44 +01:00
parent 52956feab9
commit ede45bd1be
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block subtitle %}{{ _("Harvest sources") }}{% endblock %}
{% block add_action_content %}
{% block content_action %}
<a href="{{ h.url_for('{0}_new'.format(c.dataset_type)) }}" class="btn btn-primary">
<i class="icon-plus-sign-alt"></i>
{{ _('Add Harvest Source') }}