Fixed the password change form on the client side, and fixed form handling in the...
[philo.git] / contrib / gilbert / admin.py
1 from django.contrib.admin import site
2 from .models import UserPreferences
3
4 site.register(UserPreferences)