Skip to content

Commit

Permalink
Fixed template tags and friends app include from tags
Browse files Browse the repository at this point in the history
  • Loading branch information
simeng committed Jul 24, 2014
1 parent 745bdfe commit 67f4315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/turan/models.py
Expand Up @@ -11,7 +11,7 @@
from django.contrib.humanize.templatetags.humanize import naturalday
from django.core.urlresolvers import reverse
#from django.template.defaultfilters import slugify
from turan.templatetags.turan_extras import u_slugify as slugify
from apps.turan.templatetags.turan_extras import u_slugify as slugify
from django.core.files.storage import FileSystemStorage
from django.conf import settings
from django.contrib.contenttypes import generic
Expand Down
2 changes: 1 addition & 1 deletion apps/turan/templatetags/turan_extras.py
Expand Up @@ -6,7 +6,7 @@
from django.utils.safestring import mark_safe
from django.template.defaultfilters import floatformat, stringfilter
from django_sorting.templatetags.sorting_tags import SortAnchorNode
from friends.models import Friendship
from apps.friends.models import Friendship
from endless_pagination import utils
from endless_pagination import settings as endless_settings
from endless_pagination.paginator import DefaultPaginator, LazyPaginator, EmptyPage
Expand Down

0 comments on commit 67f4315

Please sign in to comment.