diff --git a/public_html/js/Presenters/PostListPresenter.js b/public_html/js/Presenters/PostListPresenter.js
index 8917197c..3f783940 100644
--- a/public_html/js/Presenters/PostListPresenter.js
+++ b/public_html/js/Presenters/PostListPresenter.js
@@ -198,7 +198,7 @@ App.Presenters.PostListPresenter = function(
$post.data('post', post);
softRenderPost($post);
}).fail(function(response) {
- console.log(response);
+ window.alert(response.json && response.json.error || response);
});
}