# FIXME: allauth docs say this is not the way but to alter the 'message template', whatever that is.

# All this to override one of django-allauth's error messages.
#from django.conf import settings
#from allauth.account.adapter import DefaultAccountAdapter
#
#class MySocialAccountAdapter(DefaultSocialAccountAdapter):
#
#		def __init__(self, *args, **kwargs):
#			super(DefaultSocialAccountAdapter, self).__init__(*args, **kwargs)
#			error_messages = {
#					'email_taken':
#					_("An account already exists with this e-mail address."
#						" Please sign in to that account first, then go to your Profile"
#						" where you will be given the opportunity to enable"
#						" this %s account for future sign ins.")
#			}
#
#
#

