diff options
| author | 2022-07-15 13:06:38 +0300 | |
|---|---|---|
| committer | 2022-07-15 13:33:21 +0300 | |
| commit | a77f35b598b227d87db0955a0b2bc97839dcb978 (patch) | |
| tree | 5c2759a37f8dad14d9970e432b698326a86db661 /pydis_site/templates/base/navbar.html | |
| parent | Add UniqueConstraint to the Filter model (diff) | |
| parent | Merge pull request #740 from python-discord/update-django (diff) | |
Merge branch 'main' into new-filter-schema
Diffstat (limited to 'pydis_site/templates/base/navbar.html')
| -rw-r--r-- | pydis_site/templates/base/navbar.html | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 4b68dd6c..d7fb4f4c 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -67,9 +67,6 @@            <a class="navbar-item" href="{% url "resources:index" %}">              Resources            </a> -          <a class="navbar-item" href="{% url "resources:resources" category="tools" %}"> -            Tools -          </a>            <a class="navbar-item" href="{% url "events:index" %}">              Events            </a> @@ -79,6 +76,9 @@            <a class="navbar-item" href="{% url "content:page_category" location="frequently-asked-questions" %}">              FAQ            </a> +          <a class="navbar-item" href="{% url "content:page_category" location="guides" %}"> +            Guides +          </a>            <a class="navbar-item" href="{% url 'home:timeline' %}">              Timeline            </a>  |