fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add form for wl fest 2018
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
socialaccount
/
connections.html
diff --git
a/src/wolnelektury/templates/socialaccount/connections.html
b/src/wolnelektury/templates/socialaccount/connections.html
index
0c7316e
..
0f10724
100644
(file)
--- a/
src/wolnelektury/templates/socialaccount/connections.html
+++ b/
src/wolnelektury/templates/socialaccount/connections.html
@@
-45,6
+45,7
@@
<p>{% trans "You currently have no social network accounts connected to this account." %}</p>
{% endif %}
<p>{% trans "You currently have no social network accounts connected to this account." %}</p>
{% endif %}
+{% if USE_OPENID %}
<h2>{% trans 'Add a 3rd Party Account' %}</h2>
<ul class="socialaccount_providers">
<h2>{% trans 'Add a 3rd Party Account' %}</h2>
<ul class="socialaccount_providers">
@@
-52,6
+53,7
@@
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
+{% endif %}
</div>
{% endblock %}
</div>
{% endblock %}