I\'m currently trying to override the default form used in Django 1.4 when logging in to the admin site (my site uses an additional \'token\' field required for users who op
Maybe use a templatetag to obtain your custom AuthenticationForm?
AuthenticationForm