Skip to content

Commit

Permalink
fixed misspelling of CrudDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
hsum committed Feb 10, 2018
1 parent c9ae939 commit f41b7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crudbuilder/templatetags/crudbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

register = template.Library()
Field = namedtuple('Field', 'name verbose_name')
CrudDetail = namedtuple('CrudListing', ['app', 'model', 'list_url'])
CrudDetail = namedtuple('CrudDetail', ['app', 'model', 'list_url'])


@register.filter
Expand Down

0 comments on commit f41b7c5

Please sign in to comment.