Fixes #66 by correcting the block name
This commit is contained in:
parent
52956feab9
commit
ede45bd1be
|
@ -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') }}
|
||||
|
|
Loading…
Reference in New Issue