Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@

# Auth
LOGIN_URL = "/accounts/login/squarelet"
LOGIN_REDIRECT_URL = DOCCLOUD_URL + "/app"
LOGIN_REDIRECT_URL = DOCCLOUD_URL
LOGOUT_REDIRECT_URL = DOCCLOUD_URL
# This lets us send the session cookie to the API
SESSION_COOKIE_SAMESITE = None
Expand Down
2 changes: 1 addition & 1 deletion documentcloud/templates/addons/email/base_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>
Your scheduled run of the Add-On {{ run.addon.name }} has not run
succesfully the last five times it was ran. We have therefore disabled the
scheduled run. <a href="{{ settings.DOCCLOUD_URL }}/app?q=#add-ons/{{ run.addon.repository }}/{{ run.event.id }}">View the scheduled run details here.</a>
scheduled run. <a href="{{ settings.DOCCLOUD_URL }}/add-ons/{{ run.addon.repository }}/{{ run.event.id }}/">View the scheduled run details here.</a>
</p>
<p>
{{ footer_content|urlize }}
Expand Down
2 changes: 1 addition & 1 deletion documentcloud/templates/addons/email/disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>
Your scheduled run of the Add-On {{ run.addon.name }} has not run
succesfully the last five times it was ran. We have therefore disabled the
scheduled run. <a href="{{ settings.DOCCLOUD_URL }}/app?q=#add-ons/{{ run.addon.repository }}/{{ run.event.id }}">View the scheduled run details here.</a>
scheduled run. <a href="{{ settings.DOCCLOUD_URL }}/add-ons/{{ run.addon.repository }}/{{ run.event.id }}/">View the scheduled run details here.</a>
</p>

<p>
Expand Down