Description: The login template is missing the csrf_token.
 This patch adds the missing csrf_token which would otherwise have broken 
 authentication with the login template shipped with the package.
Author: Fladischer Michael <FladischerMichael@fladi.at>
Forwarded: yes
Last-Update: 2010-06-09

Index: django-openid-auth-0.2/django_openid_auth/templates/openid/login.html
===================================================================
--- django-openid-auth-0.2.orig/django_openid_auth/templates/openid/login.html	2010-06-09 07:34:43.079298359 +0200
+++ django-openid-auth-0.2/django_openid_auth/templates/openid/login.html	2010-06-09 07:34:58.134799453 +0200
@@ -26,6 +26,7 @@
 </p>
 {% endif %}
 <form name="fopenid" action="{{ action }}" method="post">
+    {% csrf_token %}
 	<fieldset>
 		<legend>{% trans "Sign In Using Your OpenID" %}</legend>
         <div class="form-row">
