Skip to content

Commit 3949616

Browse files
committed
Added a menu entry for Document Search
- Legacy-Id: 12838
1 parent 6158221 commit 3949616

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/base/menu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</a>
4444
<ul class="dropdown-menu" role="menu">
4545
{% endif %}
46+
<li><a href="{% url "ietf.doc.views_search.search" %}">Search</a></li>
4647
<li><a href="{% url "ietf.submit.views.upload_submission" %}">Draft submission</a></li>
4748

4849
{% if user and user.is_authenticated %}

0 commit comments

Comments
 (0)