From 2c662dac203b6f3e1b75bd9108851ff62a2aff83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 26 Aug 2021 12:02:09 +0300 Subject: [PATCH] Fix HTML validation issues --- static/css/channels.css | 1 + templates/accounts/billing.html | 2 +- templates/accounts/profile.html | 2 ++ templates/accounts/project.html | 4 ++-- templates/front/badges.html | 13 ++++++------- templates/front/channels.html | 5 +---- templates/front/my_checks_desktop.html | 4 ++-- templates/front/update_timeout_modal.html | 2 +- templates/integrations/add_opsgenie.html | 4 +++- templates/integrations/add_shell.html | 10 ++++------ templates/integrations/email_form.html | 2 +- templates/integrations/webhook_form.html | 22 ++++++++++------------ 12 files changed, 34 insertions(+), 37 deletions(-) diff --git a/static/css/channels.css b/static/css/channels.css index cf95401f..42e9c4b7 100644 --- a/static/css/channels.css +++ b/static/css/channels.css @@ -77,6 +77,7 @@ table.channels-table > tbody > tr > th { .channel-row .actions { text-align: right; + padding-right: 16px; } .channel-row .actions form { diff --git a/templates/accounts/billing.html b/templates/accounts/billing.html index 18fe1a1c..ab9b5f71 100644 --- a/templates/accounts/billing.html +++ b/templates/accounts/billing.html @@ -422,7 +422,7 @@
-
{% if is_owner %} -
+

Transfer Ownership

@@ -531,7 +531,7 @@ {% if memberships %}
-
{% endblock %} diff --git a/templates/front/channels.html b/templates/front/channels.html index d84ecd0a..11a22593 100644 --- a/templates/front/channels.html +++ b/templates/front/channels.html @@ -167,9 +167,6 @@ {% endif %} - - - {% endwith %} {% endfor %} @@ -535,7 +532,7 @@