summaryrefslogtreecommitdiff
path: root/coding_assignment_project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'coding_assignment_project/templates/base.html')
-rw-r--r--coding_assignment_project/templates/base.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/coding_assignment_project/templates/base.html b/coding_assignment_project/templates/base.html
index 231c385..5645842 100644
--- a/coding_assignment_project/templates/base.html
+++ b/coding_assignment_project/templates/base.html
@@ -56,10 +56,13 @@
<!-- /input-group -->
</li>
<li>
- <a href="{% url 'documentation' %}" {% if page_name == "documentation" %} class="active"{% endif %}><i class="fa fa-info-circle fa-fw"></i> Documentation</a>
+ <a href="{% url 'documentation' %}" {% if page_name == "Documentation" %} class="active"{% endif %}><i class="fa fa-info-circle fa-fw"></i> Documentation</a>
</li>
<li>
- <a href="{% url 'component-search' %}" {% if page_name == "source components" %} class="active"{% endif %}><i class="fa fa-th-list fa-fw"></i> Source Components</a>
+ <a href="{% url 'component-search' %}" {% if page_name == "Component Search" %} class="active"{% endif %}><i class="fa fa-th-list fa-fw"></i> Source Components</a>
+ </li>
+ <li>
+ <a href="{% url 'supplier-search' %}" {% if page_name == "View Supplier Details" %} class="active"{% endif %}><i class="fa fa-list-alt fa-fw"></i> View Suppliers</a>
</li>
</ul>