Skip to content

Commit ccca9e4

Browse files
authored
Update views.py
1 parent 9f7c58f commit ccca9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/matolabtheme/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
blueprint = Blueprint("matolabtheme", __name__)
1010

1111
import ckan.logic.schema
12-
from ckan.common import config, request, current_user
12+
from ckan.common import _, config, request, current_user
1313
import ckan.lib.navl.dictization_functions as dict_fns
1414
from ckan.views.home import CACHE_PARAMETERS
1515
import ckan.logic as logic

0 commit comments

Comments
 (0)