Skip to content

Commit 2dfc83f

Browse files
SaurabhSaurabh
authored andcommitted
bug fix
1 parent 6c8ebd3 commit 2dfc83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/templatetags/forumdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django import template
2-
from forums.sortable import get_sortable_header
2+
from website.sortable import get_sortable_header
33
register = template.Library()
44

55

0 commit comments

Comments
 (0)