[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-dev] [PATCH] Tor Weather: Switched preferences and unsubscribes URLs.



---
Âweather/weatherapp/emails.py | 2 +-
Â1 file changed, 1 insertion(+), 1 deletion(-)

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

--
1.9.3 (Apple Git-50)

_______________________________________________
tor-dev mailing list
tor-dev@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev