Commit 856439ac authored by Paul Brown's avatar Paul Brown

Add menu icons to work with MenuLink

parent d4f7266c
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
{% for item in admin_view.admin.menu_links() %} {% for item in admin_view.admin.menu_links() %}
{% if item.is_accessible() and item.is_visible() %} {% if item.is_accessible() and item.is_visible() %}
<li> <li>
<a href="{{ item.get_url() }}">{{ item.name }}</a> <a href="{{ item.get_url() }}">{{ menu_icon(item) }}{{ item.name }}</a>
</li> </li>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment