diff --git a/.vscode/launch.json b/.vscode/launch.json index 227eb8f615..b8c43c3566 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,9 +4,11 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + + { "name": "Run Server", - "type": "python", + "type": "debugpy", "request": "launch", "python": "/usr/local/bin/python", "program": "${workspaceFolder}/ietf/manage.py", @@ -24,7 +26,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 +44,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 3ae0d3dc57..7c50ad7e3f 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 %} +