X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a6db1ef5159ff618a9d1a78ff14fd705a106c130..ad9d29909733d402b8c197cb7c5d46afe887fa15:/wolnelektury/templates/auth/login.html?ds=inline diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index ba5385a13..7fbd570c0 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -6,12 +6,18 @@ <ol> <div id="id_{% if form_prefix %}{{ form_prefix }}-{% endif %}__all__"></div> {{ form.as_ul }} - <li><a href="{% url account_reset_password %}">{% trans "Forgot your password?" %}</a></li> + <li><a href="{% url account_reset_password %}">{% trans "Forgot Password?" %}</a></li> <li><input type="submit" value="{{ submit }}"/></li> </ol> </form> -<h1>{% trans "or merge accounts:" %}</h1> +<h1>{% trans "Sign in using:" %}</h1> +<ul class="socialaccount_providers"> {% include "socialaccount/snippets/provider_list.html" %} +</ul> +{% include "socialaccount/snippets/login_extra.html" %} + +{% block extra %} +{% endblock %}