Skip to content

Commit

Permalink
We no longer be using display_table tag anywhere in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Afanasyev committed Oct 13, 2016
1 parent 49d0838 commit 1dfeacd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pootle/apps/pootle_misc/templatetags/common_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
register = template.Library()


@register.inclusion_tag('browser/_table.html', takes_context=True)
def display_table(context, table):
return {
'can_translate': context["can_translate"],
'table': table,
}


@register.filter
@template.defaultfilters.stringfilter
def cssid(value):
Expand Down

0 comments on commit 1dfeacd

Please sign in to comment.