From c28b7ad0b02fd95ae108346dfa5a1ca665c5a80f Mon Sep 17 00:00:00 2001 From: Savio Rodrigues Date: Mon, 24 Feb 2025 00:53:21 +0000 Subject: [PATCH 1/2] Making changes to menu bar --- .vscode/launch.json | 6 +++--- ietf/templates/base/menu.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 227eb8f615..ae734b0904 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Run Server", - "type": "python", + "type": "debugpy", "request": "launch", "python": "/usr/local/bin/python", "program": "${workspaceFolder}/ietf/manage.py", @@ -24,7 +24,7 @@ }, { "name": "Run Server in Vite Dev Mode", - "type": "python", + "type": "debugpy", "request": "launch", "python": "/usr/local/bin/python", "program": "${workspaceFolder}/ietf/manage.py", @@ -42,7 +42,7 @@ }, { "name": "Run Server with Debug Toolbar", - "type": "python", + "type": "debugpy", "request": "launch", "python": "/usr/local/bin/python", "program": "${workspaceFolder}/ietf/manage.py", diff --git a/ietf/templates/base/menu.html b/ietf/templates/base/menu.html index 1d7bad8724..6082900fd7 100644 --- a/ietf/templates/base/menu.html +++ b/ietf/templates/base/menu.html @@ -236,6 +236,40 @@ {% endif %} + +{% comment %} Dropdown for quick access errata {% endcomment %} + + +{% endif %} +
  • - Submit Errata + href="http://localhost/errata-stream-1/templates/errata-template/-/forks/new" target="_blank"> + Submit a New Errata
  • - Search for Errata + href="http://localhost/" target="_blank"> + Search for an Existing Errata
  • {% if flavor == 'top' %}