diff options
| author | 2023-05-11 22:30:42 -0700 | |
|---|---|---|
| committer | 2023-05-11 22:30:42 -0700 | |
| commit | 3def0dd92a0c4d8bcd41f60c71888d4890e0939a (patch) | |
| tree | 2172d38745d7792778c5513fe73f047c008faafb /pydis_site/templates | |
| parent | Add Django-specific rules for ruff (diff) | |
| parent | Merge pull request #971 from python-discord/no-duplicate-tag-page-github-edit... (diff) | |
Merge branch 'main' into django-rules-ruff
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/content/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/content/base.html b/pydis_site/templates/content/base.html index b04c7efa..bda6d954 100644 --- a/pydis_site/templates/content/base.html +++ b/pydis_site/templates/content/base.html @@ -37,7 +37,7 @@ {% include "content/dropdown.html" %} {% endif %} {# Edit on GitHub for content articles #} - {% if page %} + {% if page and not tag %} <div id="edit-on-github"> <a href="{{ request.path | page_src_url }}"> <i class="fa-solid fa-pencil"></i> |