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 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 %}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 %}
+ + +