fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
user settings
[wolnelektury.git]
/
wolnelektury
/
templates
/
openid
/
login.html
diff --git
a/wolnelektury/templates/openid/login.html
b/wolnelektury/templates/openid/login.html
index
afe7fe8
..
4741397
100644
(file)
--- a/
wolnelektury/templates/openid/login.html
+++ b/
wolnelektury/templates/openid/login.html
@@
-14,9
+14,7
@@
<form class="cuteform hidelabels" method="post" action="{% url openid_login %}">
<ul>
{% csrf_token %}
<form class="cuteform hidelabels" method="post" action="{% url openid_login %}">
<ul>
{% csrf_token %}
- {% with form|placeholdize as f %}
- {{ f.as_ul }}
- {% endwith %}
+ {{ form|placeholdized_ul }}
<li><input type="submit" value='{% trans "Login" %}' /></li>
</ul>
</form>
<li><input type="submit" value='{% trans "Login" %}' /></li>
</ul>
</form>