summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weather/weatherapp/emails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather/weatherapp/emails.py b/weather/weatherapp/emails.py
index 2b5a0f5..cc298c9 100644
--- a/weather/weatherapp/emails.py
+++ b/weather/weatherapp/emails.py
@@ -179,7 +179,7 @@ def _add_generic_footer(msg, unsubs_auth, pref_auth):
unsubURL = url_helper.get_unsubscribe_url(unsubs_auth)
prefURL = url_helper.get_preferences_url(pref_auth)
- footer = _GENERIC_FOOTER % (unsubURL, prefURL)
+ footer = _GENERIC_FOOTER % (prefURL, unsubURL)
return msg + footer