~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to djangoratings/forms.py

Removed app djangoratings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from django import forms
2
 
 
3
 
__all__ = ('RatingField',)
4
 
 
5
 
 
6
 
class RatingField(forms.ChoiceField):
7
 
    pass