mirror of https://github.com/snachodog/mybuddy.git
Fix link with incorrect namespace.
This commit is contained in:
parent
eb7a5c0e77
commit
3b0002a211
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue