+ {% if error_message %}
+
+ {{ error_message }}
+
+ {% endif %}
diff --git a/static/styles/landing-page.scss b/static/styles/landing-page.scss index eeaeb968f0..6e68799b4e 100644 --- a/static/styles/landing-page.scss +++ b/static/styles/landing-page.scss @@ -3178,6 +3178,11 @@ nav ul li.active::after { -webkit-box-shadow: none; } } + + #error-message-box { + margin-top: 10px; + font-weight: 600; + } } @keyframes box-shadow-pulse { diff --git a/templates/zilencer/upgrade.html b/templates/zilencer/upgrade.html index 0d0746a356..3b44eed111 100644 --- a/templates/zilencer/upgrade.html +++ b/templates/zilencer/upgrade.html @@ -17,10 +17,17 @@