From dd5ac433c8072d1927694b5f62234e317fdae67d Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 18 Nov 2019 14:22:09 +0100
Subject: [PATCH] Remove admin_static templatetag, not used and removed in
 Django 3.

---
 opentech/apply/funds/templates/funds/admin/parent_chooser.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/templates/funds/admin/parent_chooser.html b/opentech/apply/funds/templates/funds/admin/parent_chooser.html
index 83f4c44b0..4a0719957 100644
--- a/opentech/apply/funds/templates/funds/admin/parent_chooser.html
+++ b/opentech/apply/funds/templates/funds/admin/parent_chooser.html
@@ -1,5 +1,5 @@
 {% extends "modeladmin/choose_parent.html" %}
-{% load i18n admin_static %}
+{% load i18n %}
 
 {% block content %}
 <div>
-- 
GitLab