&.google {
background-image: url(/static/img/auth/google.png);
}
+ &.facebook {
+ background-image: url(/static/img/auth/facebook.png);
+ }
}
<h2>{% trans 'Add a 3rd Party Account' %}</h2>
<ul class="socialaccount_providers">
-{% include "socialaccount/snippets/provider_list.html" %}
+{% include "socialaccount/snippets/provider_list.html" with process="connect" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
--- /dev/null
+{# This file intentionally left empty to disable loading FB JS. #}
jsonfield>=0.9.20
django-picklefield
django-modeltranslation
-
-#django-allauth<0.10 with migration fix
--e git+git://github.com/rczajka/django-allauth.git@4ecda71b81f9311dea4febe1d2d0105f23c642c7#egg=django-allauth
+django-allauth>=0.15,<0.16
pytz