diff --git a/accounts/apps.py b/accounts/apps.py deleted file mode 100644 index c0bd956..0000000 --- a/accounts/apps.py +++ /dev/null @@ -1,5 +0,0 @@ -from django.apps import AppConfig - - -class Accounts(AppConfig): - name = 'accounts' diff --git a/accounts/templates/accounts/registration.html b/accounts/templates/accounts/registration.html deleted file mode 100644 index ba48e03..0000000 --- a/accounts/templates/accounts/registration.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} -{% comment %} -SPDX-License-Identifier: GPL-2.0-or-later -{% endcomment %} -{% load i18n crispy_forms_tags %} -{% block title %}{% trans "Sign up" %}{% endblock %} - -{% block content %} -
{% blocktrans trimmed with site.name as site_name %}Please sign in with one + of your existing third party accounts. Or, sign up + for a {{ site_name }} account and sign in below:{% endblocktrans %}
+ + + + {% include "socialaccount/snippets/login_extra.html" %} + + {% else %} +{% blocktrans trimmed %}If you have not created an account yet, then please + sign up first.{% endblocktrans %}
+ {% endif %} + + +{% trans "If any problem, please contact the server owners at" %} photos[at]crans.org.
{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}
+ + +