ALL_MOBI_ZIP = 'wolnelektury_pl_mobi'
CATALOGUE_DEFAULT_LANGUAGE = 'pol'
-PUBLISH_PLAN_FEED = 'http://redakcja.wolnelektury.pl/documents/track/editor-proofreading/'
+PUBLISH_PLAN_FEED = 'http://redakcja.wolnelektury.pl/documents/track/editor-proofreading/?published=false'
PAGINATION_INVALID_PAGE_RAISES_404 = True
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
+
+{% block extra %}
+{% endblock %}
--- /dev/null
+{% extends "ajaxable/form.html" %}
+{% load i18n %}
+
+
+{% block extra %}
+
+<h1>{% trans "Sign in using:" %}</h1>
+
+<ul class="socialaccount_providers">
+{% include "socialaccount/snippets/provider_list.html" %}
+</ul>
+
+{% include "socialaccount/snippets/login_extra.html" %}
+
+{% endblock %}
class RegisterFormView(AjaxableFormView):
form_class = UserCreationForm
+ template = "auth/register.html"
placeholdize = True
title = _('Register')
submit = _('Register')