summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/templates/registration/base.html')
-rw-r--r--fossee_manim/templates/registration/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fossee_manim/templates/registration/base.html b/fossee_manim/templates/registration/base.html
index 1a4945d..495831d 100644
--- a/fossee_manim/templates/registration/base.html
+++ b/fossee_manim/templates/registration/base.html
@@ -68,7 +68,7 @@
</div>
{% else %}
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
- <a class="dropdown-item" href="{% url 'proposal_status' %}">Proposal Status</a>
+ <a class="dropdown-item" href="{% url 'proposal_status' %}">Submitted Proposals</a>
<a class="dropdown-item" href="{% url 'view_profile' %}">View Profile</a>
<a class="dropdown-item" href="{% url 'logout' %}">Logout</a>
</div>