Removed Custom Notion Getter

This commit is contained in:
Praneeth Bhandaru 2020-10-30 14:29:55 -04:00
parent 7b412b920b
commit 0cb0708efa

View File

@ -39,7 +39,7 @@
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="{% url 'council' %}">About us</a>
<a class="dropdown-item" href="{% url 'notes' %}">Our Meetings</a>
<a class="dropdown-item" href="https://www.notion.so/October-30th-8A-decision-meetings-b7e749c7bd2f4a528e2738c6fba35c69">Our Meetings</a>
<!-- <div class="dropdown-divider"></div>
<a class="dropdown-item" href="{% url 'contact' %}">Contact Us</a> -->
</div>