Skip to content

Commit 75c1a8c

Browse files
committed
chore: remove leftover attr
1 parent a666576 commit 75c1a8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

versions/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def get_v3_context_data(self, **kwargs):
151151
obj = self.object
152152
ctx = {}
153153
ctx["hero_title"] = f"Latest release ({obj.display_name})"
154-
ctx["hide_tags"] = [{"label": "", "url": ""}]
155154
ctx["whats_new_heading"] = f"What's new in {obj.display_name}"
156155
ctx["whats_new_items"] = [
157156
{

0 commit comments

Comments
 (0)