Add missing import in template

This commit is contained in:
Patrick Smith 2019-02-05 23:07:20 -05:00
parent ce21f7a9b9
commit ab74be53b3

View File

@ -1,4 +1,5 @@
{% from "components/sidenav_item.html" import SidenavItem %}
{% from "components/icon.html" import Icon %}
{% extends "base.html" %}