From 46209dfecdba7d721dad13d4aa3614fb09b7541d Mon Sep 17 00:00:00 2001 From: Christina Lin <44586776+chrstinalin@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:21:45 -0500 Subject: [PATCH] review --- .../devhub/addons/edit/describe.html | 4 +- .../devhub/addons/edit/technical.html | 4 +- .../devhub/addons/submit/describe.html | 6 +-- .../templates/devhub/includes/macros.html | 2 +- .../devhub/includes/policy_form.html | 6 +-- src/olympia/translations/models.py | 2 + src/olympia/translations/tests/test_models.py | 48 +++++++++++++++++++ 7 files changed, 61 insertions(+), 11 deletions(-) diff --git a/src/olympia/devhub/templates/devhub/addons/edit/describe.html b/src/olympia/devhub/templates/devhub/addons/edit/describe.html index 7a795d9b3f96..8a65f2061bbc 100644 --- a/src/olympia/devhub/templates/devhub/addons/edit/describe.html +++ b/src/olympia/devhub/templates/devhub/addons/edit/describe.html @@ -1,4 +1,4 @@ -{% from "devhub/includes/macros.html" import tip, empty_unless, flags, select_cats, markdown_tip, trans_readonly %} +{% from "devhub/includes/macros.html" import tip, empty_unless, flags, select_cats, supported_syntax_tip, trans_readonly %}