Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,12 @@
<a href="{% url 'waiting_rooms' %}"
class="flex items-center py-2 px-3 text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-md">
<i class="fas fa-chalkboard-teacher mr-2 text-teal-500"></i>
<span>Learning Requests</span>
<span>Surveys</span>
</a>
<a href="{% url 'surveys' %}"
class="flex items-center py-2 px-3 text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-md ">
<i class="fas fa-square-poll-vertical mr-2 text-teal-500"></i>
<span>Learning Requests</span>
<span>Surveys</span>
Comment thread
Akash-bajpai marked this conversation as resolved.
</a>
<a href="{% url 'waiting_room_list' %}"
class="flex items-center py-2 px-3 text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-md">
Expand Down
Loading