Skip to content

Commit

Permalink
refactor(apis_entities): drop unused templatetag and template
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Mar 18, 2024
1 parent ade9037 commit d913467
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions apis_core/apis_entities/templatetags/apis_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
register = template.Library()


@register.inclusion_tag("apis_entities/apis_create_entities.html", takes_context=True)
def apis_create_entities(context):
values = {}
return values


@register.simple_tag
def url_replace(request, field, value):
dict_ = request.GET.copy()
Expand Down

0 comments on commit d913467

Please sign in to comment.