Skip to content

Commit f994c3c

Browse files
committed
Fix panel url names in template
1 parent 96afce1 commit f994c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/country_workspace/web/templates/smart_admin/console.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{% block buttons %}
2727
<ul class="submit-row">
2828
{% for panel in panels %}
29-
{% with href="admin:"|add:panel.name %}
29+
{% with href="admin:console-"|add:panel.name %}
3030
<li><a class="button" href="{% url href %}{{ panel.url }}">{{ panel.label }}</a></li>
3131
{% endwith %}
3232
{% endfor %}

0 commit comments

Comments
 (0)