From f44dfe495860ecedf7c3d474b6253179b5a80dfe Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Mon, 24 Sep 2018 10:10:57 +0200 Subject: [PATCH] Remove js from all reviews page, not needed. --- opentech/apply/review/templates/review/review_list.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opentech/apply/review/templates/review/review_list.html b/opentech/apply/review/templates/review/review_list.html index d6fd1b04a..a8bdbdf55 100644 --- a/opentech/apply/review/templates/review/review_list.html +++ b/opentech/apply/review/templates/review/review_list.html @@ -1,5 +1,5 @@ {% extends "base-apply.html" %} -{% load static bleach_tags review_tags workflow_tags %} +{% load bleach_tags review_tags workflow_tags %} {% block title %}Reviews{% endblock %} @@ -30,7 +30,3 @@ </table> </div> {% endblock %} - -{% block extra_js %} - <script src="{% static 'js/apply/all-reviews-table.js' %}"></script> -{% endblock %} -- GitLab