fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert "turn on banner for 1%"
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
auth
/
register.html
diff --git
a/src/wolnelektury/templates/auth/register.html
b/src/wolnelektury/templates/auth/register.html
index
fef1f19
..
967fc6f
100644
(file)
--- a/
src/wolnelektury/templates/auth/register.html
+++ b/
src/wolnelektury/templates/auth/register.html
@@
-14,7
+14,7
@@
{% block extra %}
{% block extra %}
-{%
comment
%}
+{%
if USE_OPENID
%}
<h1>{% trans "Sign in using:" %}</h1>
<ul class="socialaccount_providers">
<h1>{% trans "Sign in using:" %}</h1>
<ul class="socialaccount_providers">
@@
-22,6
+22,6
@@
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
-{% end
comment
%}
+{% end
if
%}
{% endblock %}
{% endblock %}