Show
Ignore:
Timestamp:
05/07/09 20:29:01 (3 years ago)
Author:
235
Message:

change pathes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plesonet_wishlist/trunk/forms.py

    r1 r35  
    22from django.newforms import ModelForm 
    33 
    4 from apps.plesonet_wishlist.models import Feedback 
     4from plesonet_wishlist.models import Feedback 
    55 
    66class FeedbackForm(ModelForm):