forked from github/plane
Merge branch 'develop' of github.com:makeplane/plane into dev/update_emails
This commit is contained in:
commit
75d18adfd3
@ -73,6 +73,7 @@ def forgot_password(first_name, email, uidb64, token, current_site):
|
|||||||
context = {
|
context = {
|
||||||
"first_name": first_name,
|
"first_name": first_name,
|
||||||
"forgot_password_url": abs_url,
|
"forgot_password_url": abs_url,
|
||||||
|
"email": email,
|
||||||
}
|
}
|
||||||
|
|
||||||
html_content = render_to_string("emails/auth/forgot_password.html", context)
|
html_content = render_to_string("emails/auth/forgot_password.html", context)
|
||||||
|
@ -116,7 +116,7 @@ class InstanceEndpoint(BaseAPIView):
|
|||||||
if instance is None:
|
if instance is None:
|
||||||
return Response(
|
return Response(
|
||||||
{"is_activated": False, "is_setup_done": False},
|
{"is_activated": False, "is_setup_done": False},
|
||||||
status=status.HTTP_400_BAD_REQUEST,
|
status=status.HTTP_200_OK,
|
||||||
)
|
)
|
||||||
# Return instance
|
# Return instance
|
||||||
serializer = InstanceSerializer(instance)
|
serializer = InstanceSerializer(instance)
|
||||||
|
@ -225,11 +225,16 @@
|
|||||||
padding-top: 5px !important;
|
padding-top: 5px !important;
|
||||||
}
|
}
|
||||||
.r24-o {
|
.r24-o {
|
||||||
|
border-style: solid !important;
|
||||||
|
margin-right: 8px !important;
|
||||||
|
width: 32px !important;
|
||||||
|
}
|
||||||
|
.r25-o {
|
||||||
border-style: solid !important;
|
border-style: solid !important;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
}
|
}
|
||||||
.r25-i {
|
.r26-i {
|
||||||
padding-bottom: 0px !important;
|
padding-bottom: 0px !important;
|
||||||
padding-top: 5px !important;
|
padding-top: 5px !important;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
@ -1246,14 +1251,13 @@
|
|||||||
role="presentation"
|
role="presentation"
|
||||||
width="100%"
|
width="100%"
|
||||||
class="r22-o"
|
class="r22-o"
|
||||||
|
class="r24-o"
|
||||||
style="
|
style="
|
||||||
table-layout: fixed;
|
|
||||||
width: 100%;
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<tr>
|
<tr>
|
||||||
<td
|
<td
|
||||||
class="r23-i"
|
class="r23-i"
|
||||||
|
class="r17-i"
|
||||||
style="
|
style="
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
line-height: 0px;
|
line-height: 0px;
|
||||||
@ -1305,7 +1309,7 @@
|
|||||||
border="0"
|
border="0"
|
||||||
role="presentation"
|
role="presentation"
|
||||||
width="100%"
|
width="100%"
|
||||||
class="r24-o"
|
class="r25-o"
|
||||||
style="
|
style="
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -1437,7 +1441,7 @@
|
|||||||
<td
|
<td
|
||||||
align="center"
|
align="center"
|
||||||
valign="top"
|
valign="top"
|
||||||
class="r25-i nl2go-default-textstyle"
|
class="r26-i nl2go-default-textstyle"
|
||||||
style="
|
style="
|
||||||
color: #3b3f44;
|
color: #3b3f44;
|
||||||
font-family: georgia, serif;
|
font-family: georgia, serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user