From cd0ef5b317b80ba9b461ab9895f219c1dfa41359 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 1 Dec 2020 13:54:08 -0500 Subject: [PATCH] Remove unnecessary and misleading data-rel attributes These were first added in https://github.com/edx/edx-platform/commit/d95b46dd19 but they don't seem to do anything. On Open edX sites, they are misleading. --- cms/templates/widgets/footer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index e62a850a6a..2afbcbc6cb 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -15,28 +15,28 @@ from openedx.core.djangolib.markup import HTML, Text