Skip to content

Commit 5c4c179

Browse files
committed
VERSION 2 release, temporary production links hardcoding
1 parent 95d78c7 commit 5c4c179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def reset_url(self):
9696
_external=True,
9797
).lower()
9898

99-
frontend_base_url = "https://app-frontend-test-001.azurewebsites.net"
99+
frontend_base_url = "https://app.climatemind.org"
100100
route_component = "/password-reset/"
101101
hard_coded_url = frontend_base_url + route_component + str(self.uuid).lower()
102102
return hard_coded_url

app/sendgrid/templates/user_b_shared_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<tbody>
185185
<tr>
186186
<td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 16px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
187-
<a class="mcnButton " title="Conversation" href="https://app-frontend-test-001.azurewebsites.net/sharelink?conversation=-conversation_uuid-" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #07373B;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Login</a>
187+
<a class="mcnButton " title="Conversation" href="https://app.climatemind.org/sharelink?conversation=-conversation_uuid-" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #07373B;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Login</a>
188188
</td>
189189
</tr>
190190
</tbody>

app/sendgrid/templates/welcome_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<tbody>
184184
<tr>
185185
<td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 16px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
186-
<a class="mcnButton " title="Login" href="https://app-frontend-test-001.azurewebsites.net/login" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #07373B;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Login</a>
186+
<a class="mcnButton " title="Login" href="https://app.climatemind.org/login" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #07373B;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Login</a>
187187
</td>
188188
</tr>
189189
</tbody>

0 commit comments

Comments
 (0)