Commit d39a9531 by Fladischer Michael Committed by James Henstridge

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.
parent d2434a6b
......@@ -26,6 +26,7 @@ input.openid {
</p>
{% endif %}
<form name="fopenid" action="{{ action }}" method="post">
{% csrf_token %}
<fieldset>
<legend>{% trans "Sign In Using Your OpenID" %}</legend>
<div class="form-row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment