Link to admin posts list, not the posts page itself
This commit is contained in:
parent
ce81b23988
commit
997da9779c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{% load wagtailcore_tags wagtailadmin_tags %}
|
{% load wagtailadmin_tags %}
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
{% icon name="edit" %}
|
{% icon name="edit" %}
|
||||||
<a href="{% pageurl list_page %}">
|
<a href="{% url 'wagtailadmin_explore' list_page.id %}">
|
||||||
<span>{{ posts }}</span> Posts
|
<span>{{ posts }}</span> Posts
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue