Skip to content

Commit

Permalink
Acrescentada variável para permitir identificação de aplicativo no
Browse files Browse the repository at this point in the history
widget de pesquisa.
  • Loading branch information
themayarose committed Oct 8, 2015
1 parent 8118253 commit 4c2a6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anubis/app/templatetags/anubis_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def search(context, search_id, search_route, translate_route, index_route,
action=unquote(action), search_id=search_id, search_url=search_url,
translate_url=translate_url, index_url=index_url,
default_unit=default_unit, extra_fields=extra_fields,
expression_index=expression_index)
expression_index=expression_index,
this_base=context.get('this_base', ''))

@register.inclusion_tag("available_filters.html", takes_context=True)
def download_templates(context, url_='templates', *templates):
Expand Down

0 comments on commit 4c2a6f9

Please sign in to comment.