diff --git a/app/project_management/templates/icons/project.svg b/app/project_management/templates/icons/project.svg new file mode 100644 index 00000000..4eda42b4 --- /dev/null +++ b/app/project_management/templates/icons/project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/templates/navigation.html.j2 b/app/templates/navigation.html.j2 index 6db7d474..b0b147a2 100644 --- a/app/templates/navigation.html.j2 +++ b/app/templates/navigation.html.j2 @@ -36,6 +36,8 @@ span.navigation_icon { {% include 'icons/itim.svg' %} {% elif group.name == 'Settings' %} {% include 'icons/settings.svg' %} + {% elif group.name == 'Project Management' %} + {% include 'icons/project.svg' %} {% endif %} {{ group.name }}