Fix link with incorrect namespace.

This commit is contained in:
Christopher Charbonneau Wells 2017-12-03 17:03:13 -05:00
parent eb7a5c0e77
commit 3b0002a211
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="child-actions btn-group btn-group-lg center-block" role="group" aria-label="Child actions">
{% if perms.core.view_child %}
<a href="{% url 'core:dashboard-child' object.slug %}" class="btn btn-success">
<a href="{% url 'dashboard:dashboard-child' object.slug %}" class="btn btn-success">
<i class="icon icon-dashboard" aria-hidden="true"></i>
</a>
{% endif %}