From 5d246417581631f086bfeb8176d040349b097b2b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 28 Feb 2019 17:13:26 +0100 Subject: templates: get rid of modify_attributes The modify_attributes was used for IE to set attributes on DOM elements, since Archweb no longer supports IE and this can be done easily with plain JavaScript. Also drop non-standard HTML attributes since they aren't worth keeping. Signed-off-by: Jelle van der Waa --- templates/devel/profile.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 50bb33dd..8a838caa 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -27,15 +27,12 @@ {% endblock %} {% block script_block %} -{% load cdn %}{% jquery %} - {% endblock %} -- cgit v1.2.3-55-g3dc8