[Bugfix] 修复导入自定义过滤器问题

pull/530/head
ibuler 2017-03-03 15:15:10 +08:00
parent 695dc96ce8
commit 9c2c38c74a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{% extends '_base_list.html' %} {% extends '_base_list.html' %}
{% load i18n %} {% load i18n %}
{% load static %} {% load static %}
{% load common_tags %}
{% block content_left_head %} {% block content_left_head %}
<link href="{% static "css/plugins/footable/footable.core.css" %}" rel="stylesheet"> <link href="{% static "css/plugins/footable/footable.core.css" %}" rel="stylesheet">
<link href="{% static 'css/plugins/datepicker/datepicker3.css' %}" rel="stylesheet"> <link href="{% static 'css/plugins/datepicker/datepicker3.css' %}" rel="stylesheet">