Files
mediacms/templates/socialaccount/login_redirect.html
2025-04-05 12:44:21 +03:00

14 lines
365 B
HTML

<!DOCTYPE html>
<html>
{% load i18n allauth %}
<head>
<title>{% translate "Sign In" %} | {{ provider }}</title>
<meta http-equiv="refresh" content="0;URL='{{ redirect_to }}'" />
</head>
<body>
{% element p %}
<a href="{{ redirect_to }}">{% translate "Continue" %}</a>
{% endelement %}
</body>
</html>