We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a666576 commit 75c1a8cCopy full SHA for 75c1a8c
1 file changed
versions/views.py
@@ -151,7 +151,6 @@ def get_v3_context_data(self, **kwargs):
151
obj = self.object
152
ctx = {}
153
ctx["hero_title"] = f"Latest release ({obj.display_name})"
154
- ctx["hide_tags"] = [{"label": "", "url": ""}]
155
ctx["whats_new_heading"] = f"What's new in {obj.display_name}"
156
ctx["whats_new_items"] = [
157
{
0 commit comments