From 4548c8e40c89a1a457a6961cf4a6b880a6bd83ab Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 5 Jan 2024 22:49:44 +0100 Subject: [PATCH] Add missing template in case of auth error --- .../socialaccount/authentication_error.html | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/documents/templates/socialaccount/authentication_error.html diff --git a/src/documents/templates/socialaccount/authentication_error.html b/src/documents/templates/socialaccount/authentication_error.html new file mode 100644 index 000000000..1bd3d72e9 --- /dev/null +++ b/src/documents/templates/socialaccount/authentication_error.html @@ -0,0 +1,46 @@ + + +{% load static %} +{% load i18n %} +{% load allauth %} + + + + + + + + + + {% translate "Paperless-ngx social account sign in" %} + + + + + + +
+ {% csrf_token %} + + {% url 'account_login' as login_url %} +

{% blocktranslate %}An error occurred while attempting to login via your social network account. Back to the login page{% endblocktranslate %}

+
+ +