Skip to content

Commit b19aed9

Browse files
committed
fix template tag for Django 3
1 parent 477e426 commit b19aed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ckeditor_demo/demo_application/templates/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load staticfiles %}
1+
{% load static %}
22
<!doctype html>
33
<html>
44
<head>

ckeditor_uploader/templates/ckeditor/browse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load staticfiles %}
1+
{% load static %}
22
<html>
33
<head>
44
<meta http-equiv="Content-type" content="text/html; charset=utf-8">

0 commit comments

Comments
 (0)