From 7799ec37e9027f4bedd836daccde8786e1c331ec Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Thu, 18 Jul 2019 17:58:04 -0700 Subject: [PATCH] ref(templates): Remove unused content block default --- src/sentry/templates/sentry/layout.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/sentry/templates/sentry/layout.html b/src/sentry/templates/sentry/layout.html index cea6776e1e90..5a323d41cf14 100644 --- a/src/sentry/templates/sentry/layout.html +++ b/src/sentry/templates/sentry/layout.html @@ -92,18 +92,7 @@
- {% block content %} -
-
- {% block sidebar %} - {% endblock %} -
-
- {% block main %} - {% endblock %} -
-
- {% endblock %} + {% block content %}{% endblock %}