From b4e2cb36751cc79a23117c6ad255ffb6c8df6bb1 Mon Sep 17 00:00:00 2001 From: Gust Date: Mon, 9 Nov 2015 16:12:47 -0200 Subject: [PATCH] Fix send mail through interface --- colab/super_archives/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/super_archives/views.py b/colab/super_archives/views.py index 245d72b..bdbd487 100644 --- a/colab/super_archives/views.py +++ b/colab/super_archives/views.py @@ -103,7 +103,7 @@ class ThreadView(View): } url = urlparse.urljoin(settings.MAILMAN_API_URL, - mailinglist + '/sendmail') + 'sendmail/' + mailinglist) error_msg = None try: -- libgit2 0.21.2