diff --git a/static/js/log.js b/static/js/log.js index af8e63d1..d070812a 100644 --- a/static/js/log.js +++ b/static/js/log.js @@ -19,4 +19,4 @@ $(function () { // The table is initially hidden to avoid flickering as we convert dates. // Once it's ready, set it to visible: $("#log").css("visibility", "visible"); -}); \ No newline at end of file +}); diff --git a/templates/front/my_checks.html b/templates/front/my_checks.html index bc15b4a2..b8ab2263 100644 --- a/templates/front/my_checks.html +++ b/templates/front/my_checks.html @@ -43,13 +43,12 @@
-
+
{% csrf_token %}
-
@@ -54,4 +50,4 @@ {% endcompress %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/integrations/add_hipchat.html b/templates/integrations/add_hipchat.html index f45834bf..43014a31 100644 --- a/templates/integrations/add_hipchat.html +++ b/templates/integrations/add_hipchat.html @@ -77,10 +77,6 @@ - - - - @@ -91,4 +87,4 @@ {% endcompress %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/integrations/add_pd.html b/templates/integrations/add_pd.html index 9acd4719..e49bfc92 100644 --- a/templates/integrations/add_pd.html +++ b/templates/integrations/add_pd.html @@ -77,10 +77,6 @@ - - - - @@ -91,4 +87,4 @@ {% endcompress %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/integrations/add_slack.html b/templates/integrations/add_slack.html index 5af1c0de..eb44eb26 100644 --- a/templates/integrations/add_slack.html +++ b/templates/integrations/add_slack.html @@ -67,10 +67,6 @@ - - - - @@ -81,4 +77,4 @@ {% endcompress %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/integrations/add_victorops.html b/templates/integrations/add_victorops.html index 47a45e6b..20521976 100644 --- a/templates/integrations/add_victorops.html +++ b/templates/integrations/add_victorops.html @@ -90,10 +90,6 @@ - - - - diff --git a/templates/integrations/add_webhook.html b/templates/integrations/add_webhook.html index 9521a76d..06d16d3d 100644 --- a/templates/integrations/add_webhook.html +++ b/templates/integrations/add_webhook.html @@ -88,10 +88,6 @@ - - - - @@ -102,4 +98,4 @@ {% endcompress %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/integrations/pd_description.html b/templates/integrations/pd_description.html index 7326efa7..71d8da5d 100644 --- a/templates/integrations/pd_description.html +++ b/templates/integrations/pd_description.html @@ -2,4 +2,4 @@ {{ check.name_then_code }} is DOWN {% else %} {{ check.name_then_code }} received a ping and is now UP -{% endif %} \ No newline at end of file +{% endif %} diff --git a/templates/integrations/pushover_title.html b/templates/integrations/pushover_title.html index 42a26764..3fcdc774 100644 --- a/templates/integrations/pushover_title.html +++ b/templates/integrations/pushover_title.html @@ -2,4 +2,4 @@ {{ check.name_then_code }} is DOWN {% else %} {{ check.name_then_code }} is now UP -{% endif %} \ No newline at end of file +{% endif %} diff --git a/templates/integrations/slack_message.json b/templates/integrations/slack_message.json index 3e67aa6e..8a9e7bfe 100644 --- a/templates/integrations/slack_message.json +++ b/templates/integrations/slack_message.json @@ -42,4 +42,3 @@ ] }] } - diff --git a/templates/integrations/victorops_description.html b/templates/integrations/victorops_description.html index 1e54dd9a..71aadad5 100644 --- a/templates/integrations/victorops_description.html +++ b/templates/integrations/victorops_description.html @@ -4,4 +4,4 @@ Last ping was {{ check.last_ping|naturaltime }}. {% else %} {{ check.name_then_code }} received a ping and is now UP -{% endif %} \ No newline at end of file +{% endif %}