File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
djangosnippets/templates/socialaccount Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11{% extends "socialaccount/base.html" %}
22
3- {% load i18n %}
3+ {% load static %}
44
5- {% block head_title %}{% trans " Social Network Login Failure" %} {% endblock %}
5+ {% block head_title %}Social Network Login Failure{% endblock %}
66
7- {% block content_header %}{% trans "Social Network Login Failure" %}{% endblock %}
7+ {% block header %}{% endblock %}
88
99{% block content %}
10- < p > {% trans "An error occurred while attempting to login via your social network account." %}</ p >
10+ < div class ="w-[40rem] flex flex-col items-center justify-center mx-auto p-8 font-common shadow-sign-content rounded-lg ">
11+ < h3 > Social Network Login Failure</ h3 >
12+ < img class ="w-42 " src ="{% static 'img/problem.png' %} "/>
13+ < p class ="text-center my-2 "> An error occurred while attempting to login via your third-party account.</ p >
14+ </ div >
1115{% endblock %}
16+
17+ {% block footer %}{% endblock %}
You can’t perform that action at this time.
0 commit comments