diff options
author | 2022-08-23 01:09:01 +0400 | |
---|---|---|
committer | 2022-08-23 01:09:01 +0400 | |
commit | c0384c626121684ad4e354aeb817fdbd2741fc4f (patch) | |
tree | 481b4f8f6177caae26357e2d0aa6a723a22ae745 /pydis_site/templates | |
parent | Fix Tests For Tag Metadata (diff) |
Improve Tag Commit Naming
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/content/tag.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/content/tag.html b/pydis_site/templates/content/tag.html index 655dd786..fa9e44f5 100644 --- a/pydis_site/templates/content/tag.html +++ b/pydis_site/templates/content/tag.html @@ -27,7 +27,7 @@ <div class="dropdown-menu"> <div class="dropdown-content"> <div class="dropdown-item">Last edited by:</div> - {% for user in tag.last_commit.format_users %} + {% for user in tag.last_commit.format_authors %} <div class="dropdown-item">{{ user }}</div> {% endfor %} <div class="dropdown-divider"></div> |