Skip to content

Commit

Permalink
Merge pull request #114 from airtonix/patch-1
Browse files Browse the repository at this point in the history
Update fiber/templatetags/fiber_tags.py
  • Loading branch information
bheesink committed Aug 29, 2012
2 parents fe0985d + 53e5d20 commit 010bf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fiber/templatetags/fiber_tags.py
Expand Up @@ -256,6 +256,6 @@ def can_edit(obj, user):
return PERMISSIONS.can_edit(user, obj)


@register.simple_tag(name='fiber_version')
def show_fiber_version():
@register.simple_tag()
def fiber_version():
return fiber_version

0 comments on commit 010bf72

Please sign in to comment.