Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #100 from copelco/ticket-99
Browse files Browse the repository at this point in the history
import FormHelper from helper module (helpers is deprecated)
  • Loading branch information
maraujop committed Sep 23, 2011
2 parents 65f4873 + 7c8f9fe commit 28af33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uni_form/templatetags/uni_form_filters.py
Expand Up @@ -5,7 +5,7 @@
from django.template.loader import get_template
from django import template

from uni_form.helpers import FormHelper
from uni_form.helper import FormHelper

uni_formset_template = get_template('uni_form/uni_formset.html')
uni_form_template = get_template('uni_form/uni_form.html')
Expand Down
2 changes: 1 addition & 1 deletion uni_form/templatetags/uni_form_tags.py
Expand Up @@ -4,7 +4,7 @@
from django.template.loader import get_template
from django import template

from uni_form.helpers import FormHelper
from uni_form.helper import FormHelper

register = template.Library()
# We import the filters, so they are available when doing load uni_form_tags
Expand Down

0 comments on commit 28af33e

Please sign in to comment.