X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..2881133ed8ebf9317ca216e384e7e13b8619b6a5:/apps/wolnelektury_core/templates/openid/login.html

diff --git a/apps/wolnelektury_core/templates/openid/login.html b/apps/wolnelektury_core/templates/openid/login.html
index 05037a369..41eafa479 100644
--- a/apps/wolnelektury_core/templates/openid/login.html
+++ b/apps/wolnelektury_core/templates/openid/login.html
@@ -8,9 +8,9 @@
 {% block body %}
 
 <h1>{% trans 'OpenID Sign In' %}</h1>
+<div class="normal-text white-box">
 
-
-<form id="openid_login_form" class="openid_login uniForm" method="post" action="{% url openid_login %}">
+<form id="openid_login_form" class="openid_login uniForm" method="post" action="{% url 'openid_login' %}">
 {% csrf_token %}
 <fieldset class="inlineLabels">
 
@@ -29,4 +29,5 @@ OpenID<span class="asteriskField">*</span>
 </fieldset>
 </form>
 
+</div>
 {% endblock %}